diff options
Diffstat (limited to 'arch/arm/mach-clps711x/common.c')
-rw-r--r-- | arch/arm/mach-clps711x/common.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-clps711x/common.c b/arch/arm/mach-clps711x/common.c index aee81fa46ccf..2a6323b15782 100644 --- a/arch/arm/mach-clps711x/common.c +++ b/arch/arm/mach-clps711x/common.c | |||
@@ -193,15 +193,3 @@ void clps711x_restart(enum reboot_mode mode, const char *cmd) | |||
193 | { | 193 | { |
194 | soft_restart(0); | 194 | soft_restart(0); |
195 | } | 195 | } |
196 | |||
197 | static void clps711x_idle(void) | ||
198 | { | ||
199 | clps_writel(1, HALT); | ||
200 | asm("mov r0, r0"); | ||
201 | asm("mov r0, r0"); | ||
202 | } | ||
203 | |||
204 | void __init clps711x_init_early(void) | ||
205 | { | ||
206 | arm_pm_idle = clps711x_idle; | ||
207 | } | ||