diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2014-05-08 17:56:24 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-05-25 16:21:08 -0400 |
commit | e30b154bd2df3be95deda85ce5bc5a05a18896ef (patch) | |
tree | 73133075c2d14d3fe2d7fe1659d0b2603c98dc32 /arch/arm/mach-exynos/regs-pmu.h | |
parent | 0ebc13e2a2353f76ecdca11cf4d49da0b4e77f09 (diff) |
ARM: EXYNOS: Move S5P_CHECK_SLEEP into pm.c
This macro is only used there.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/regs-pmu.h')
-rw-r--r-- | arch/arm/mach-exynos/regs-pmu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/regs-pmu.h b/arch/arm/mach-exynos/regs-pmu.h index 4179f6a6d595..1d13b08708f0 100644 --- a/arch/arm/mach-exynos/regs-pmu.h +++ b/arch/arm/mach-exynos/regs-pmu.h | |||
@@ -129,8 +129,6 @@ | |||
129 | #define S5P_CORE_LOCAL_PWR_EN 0x3 | 129 | #define S5P_CORE_LOCAL_PWR_EN 0x3 |
130 | #define S5P_INT_LOCAL_PWR_EN 0x7 | 130 | #define S5P_INT_LOCAL_PWR_EN 0x7 |
131 | 131 | ||
132 | #define S5P_CHECK_SLEEP 0x00000BAD | ||
133 | |||
134 | /* Only for EXYNOS4210 */ | 132 | /* Only for EXYNOS4210 */ |
135 | #define S5P_CMU_CLKSTOP_LCD1_LOWPWR S5P_PMUREG(0x1154) | 133 | #define S5P_CMU_CLKSTOP_LCD1_LOWPWR S5P_PMUREG(0x1154) |
136 | #define S5P_CMU_RESET_LCD1_LOWPWR S5P_PMUREG(0x1174) | 134 | #define S5P_CMU_RESET_LCD1_LOWPWR S5P_PMUREG(0x1174) |