diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-18 14:06:56 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-18 15:21:14 -0500 |
commit | 65c9a8530bec45cea1137635b7992bbb417de9de (patch) | |
tree | 6eed16d965bacd726ef14b8f7c018e90b3c52d06 /arch/arm/mach-exynos/pm.c | |
parent | e44de221d3ddb99387b04cfd49483bcd05daa6fb (diff) |
ARM: EXYNOS: local regs-pmu.h header file
This moves regs-pmu.h file into mach-exynos directory.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/pm.c')
-rw-r--r-- | arch/arm/mach-exynos/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/pm.c b/arch/arm/mach-exynos/pm.c index 7fb0f13d600d..a577eb929bee 100644 --- a/arch/arm/mach-exynos/pm.c +++ b/arch/arm/mach-exynos/pm.c | |||
@@ -31,10 +31,10 @@ | |||
31 | 31 | ||
32 | #include <mach/regs-irq.h> | 32 | #include <mach/regs-irq.h> |
33 | #include <mach/regs-clock.h> | 33 | #include <mach/regs-clock.h> |
34 | #include <mach/regs-pmu.h> | ||
35 | #include <mach/pm-core.h> | 34 | #include <mach/pm-core.h> |
36 | 35 | ||
37 | #include "common.h" | 36 | #include "common.h" |
37 | #include "regs-pmu.h" | ||
38 | 38 | ||
39 | static const struct sleep_save exynos4_set_clksrc[] = { | 39 | static const struct sleep_save exynos4_set_clksrc[] = { |
40 | { .reg = EXYNOS4_CLKSRC_MASK_TOP , .val = 0x00000001, }, | 40 | { .reg = EXYNOS4_CLKSRC_MASK_TOP , .val = 0x00000001, }, |