]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-omap2/cpuidle34xx.c
ARM: OMAP3/4: consolidate cpuidle Makefile
[~andy/linux] / arch / arm / mach-omap2 / cpuidle34xx.c
index 207bc1c7759f1bb66b986d0ff1dbadd8c2b01925..31344528eb5448905f46252228fc6cdb22a2a4e3 100644 (file)
@@ -36,8 +36,6 @@
 #include "control.h"
 #include "common.h"
 
-#ifdef CONFIG_CPU_IDLE
-
 /* Mach specific information to be recorded in the C-state driver_data */
 struct omap3_idle_statedata {
        u32 mpu_state;
@@ -379,9 +377,3 @@ int __init omap3_idle_init(void)
 
        return 0;
 }
-#else
-int __init omap3_idle_init(void)
-{
-       return 0;
-}
-#endif /* CONFIG_CPU_IDLE */