diff options
Diffstat (limited to 'arch/arm/mach-highbank/pm.c')
-rw-r--r-- | arch/arm/mach-highbank/pm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-highbank/pm.c b/arch/arm/mach-highbank/pm.c index de866f21331f..74aa135966f0 100644 --- a/arch/arm/mach-highbank/pm.c +++ b/arch/arm/mach-highbank/pm.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <linux/suspend.h> | 19 | #include <linux/suspend.h> |
20 | 20 | ||
21 | #include <asm/proc-fns.h> | 21 | #include <asm/proc-fns.h> |
22 | #include <asm/smp_scu.h> | ||
23 | #include <asm/suspend.h> | 22 | #include <asm/suspend.h> |
24 | 23 | ||
25 | #include "core.h" | 24 | #include "core.h" |
@@ -35,8 +34,6 @@ static int highbank_pm_enter(suspend_state_t state) | |||
35 | { | 34 | { |
36 | hignbank_set_pwr_suspend(); | 35 | hignbank_set_pwr_suspend(); |
37 | highbank_set_cpu_jump(0, cpu_resume); | 36 | highbank_set_cpu_jump(0, cpu_resume); |
38 | |||
39 | scu_power_mode(scu_base_addr, SCU_PM_POWEROFF); | ||
40 | cpu_suspend(0, highbank_suspend_finish); | 37 | cpu_suspend(0, highbank_suspend_finish); |
41 | 38 | ||
42 | return 0; | 39 | return 0; |