diff options
Diffstat (limited to 'arch/arm/mach-exynos/cpuidle.c')
-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 93d2decc112d..c57cae0e8779 100644 --- a/arch/arm/mach-exynos/cpuidle.c +++ b/arch/arm/mach-exynos/cpuidle.c | |||
@@ -27,7 +27,6 @@ | |||
27 | #include <plat/cpu.h> | 27 | #include <plat/cpu.h> |
28 | #include <plat/pm.h> | 28 | #include <plat/pm.h> |
29 | 29 | ||
30 | #include <mach/pm-core.h> | ||
31 | #include <mach/map.h> | 30 | #include <mach/map.h> |
32 | 31 | ||
33 | #include "common.h" | 32 | #include "common.h" |
@@ -128,7 +127,7 @@ static int exynos4_enter_core0_aftr(struct cpuidle_device *dev, | |||
128 | /* Set value of power down register for aftr mode */ | 127 | /* Set value of power down register for aftr mode */ |
129 | exynos_sys_powerdown_conf(SYS_AFTR); | 128 | exynos_sys_powerdown_conf(SYS_AFTR); |
130 | 129 | ||
131 | __raw_writel(virt_to_phys(s3c_cpu_resume), REG_DIRECTGO_ADDR); | 130 | __raw_writel(virt_to_phys(exynos_cpu_resume), REG_DIRECTGO_ADDR); |
132 | __raw_writel(S5P_CHECK_AFTR, REG_DIRECTGO_FLAG); | 131 | __raw_writel(S5P_CHECK_AFTR, REG_DIRECTGO_FLAG); |
133 | 132 | ||
134 | save_cpu_arch_register(); | 133 | save_cpu_arch_register(); |