diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-exynos/cpuidle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/cpuidle.c b/arch/arm/mach-exynos/cpuidle.c index f57cb91f02aa..b530231130a0 100644 --- a/arch/arm/mach-exynos/cpuidle.c +++ b/arch/arm/mach-exynos/cpuidle.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <plat/cpu.h> | 26 | #include <plat/cpu.h> |
27 | #include <plat/pm.h> | 27 | #include <plat/pm.h> |
28 | 28 | ||
29 | #include <mach/pm-core.h> | ||
30 | #include <mach/map.h> | 29 | #include <mach/map.h> |
31 | 30 | ||
32 | #include "common.h" | 31 | #include "common.h" |
@@ -127,7 +126,7 @@ static int exynos4_enter_core0_aftr(struct cpuidle_device *dev, | |||
127 | /* Set value of power down register for aftr mode */ | 126 | /* Set value of power down register for aftr mode */ |
128 | exynos_sys_powerdown_conf(SYS_AFTR); | 127 | exynos_sys_powerdown_conf(SYS_AFTR); |
129 | 128 | ||
130 | __raw_writel(virt_to_phys(s3c_cpu_resume), REG_DIRECTGO_ADDR); | 129 | __raw_writel(virt_to_phys(exynos_cpu_resume), REG_DIRECTGO_ADDR); |
131 | __raw_writel(S5P_CHECK_AFTR, REG_DIRECTGO_FLAG); | 130 | __raw_writel(S5P_CHECK_AFTR, REG_DIRECTGO_FLAG); |
132 | 131 | ||
133 | save_cpu_arch_register(); | 132 | save_cpu_arch_register(); |