diff options
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/system.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/system.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/plat-mxc/include/mach/system.h b/arch/arm/plat-mxc/include/mach/system.h index 0417da9f710d..51f02a9d41a3 100644 --- a/arch/arm/plat-mxc/include/mach/system.h +++ b/arch/arm/plat-mxc/include/mach/system.h | |||
@@ -24,12 +24,6 @@ extern void mx5_cpu_lp_set(enum mxc_cpu_pwr_mode mode); | |||
24 | 24 | ||
25 | static inline void arch_idle(void) | 25 | static inline void arch_idle(void) |
26 | { | 26 | { |
27 | #ifdef CONFIG_ARCH_MXC91231 | ||
28 | if (cpu_is_mxc91231()) { | ||
29 | /* Need this to set DSM low-power mode */ | ||
30 | mxc91231_prepare_idle(); | ||
31 | } | ||
32 | #endif | ||
33 | /* fix i.MX31 errata TLSbo65953 and i.MX35 errata ENGcm09472 */ | 27 | /* fix i.MX31 errata TLSbo65953 and i.MX35 errata ENGcm09472 */ |
34 | if (cpu_is_mx31() || cpu_is_mx35()) { | 28 | if (cpu_is_mx31() || cpu_is_mx35()) { |
35 | unsigned long reg = 0; | 29 | unsigned long reg = 0; |