aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/hotplug.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-12-18 14:06:56 -0500
committerKukjin Kim <kgene.kim@samsung.com>2013-12-18 15:21:14 -0500
commit65c9a8530bec45cea1137635b7992bbb417de9de (patch)
tree6eed16d965bacd726ef14b8f7c018e90b3c52d06 /arch/arm/mach-exynos/hotplug.c
parente44de221d3ddb99387b04cfd49483bcd05daa6fb (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/hotplug.c')
-rw-r--r--arch/arm/mach-exynos/hotplug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/hotplug.c b/arch/arm/mach-exynos/hotplug.c
index af90cfa2f826..5eead530c6f8 100644
--- a/arch/arm/mach-exynos/hotplug.c
+++ b/arch/arm/mach-exynos/hotplug.c
@@ -19,10 +19,10 @@
19#include <asm/cp15.h> 19#include <asm/cp15.h>
20#include <asm/smp_plat.h> 20#include <asm/smp_plat.h>
21 21
22#include <mach/regs-pmu.h>
23#include <plat/cpu.h> 22#include <plat/cpu.h>
24 23
25#include "common.h" 24#include "common.h"
25#include "regs-pmu.h"
26 26
27static inline void cpu_enter_lowpower_a9(void) 27static inline void cpu_enter_lowpower_a9(void)
28{ 28{