summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/platsmp.c
diff options
context:
space:
mode:
authorKukjin Kim2013-12-18 20:06:56 +0100
committerKukjin Kim2013-12-18 21:21:14 +0100
commit65c9a8530bec45cea1137635b7992bbb417de9de (patch)
tree6eed16d965bacd726ef14b8f7c018e90b3c52d06 /arch/arm/mach-exynos/platsmp.c
parentARM: EXYNOS: remove inclusion <mach/regs-pmu.h> into another headers (diff)
downloadkernel-qcow2-linux-65c9a8530bec45cea1137635b7992bbb417de9de.tar.gz
kernel-qcow2-linux-65c9a8530bec45cea1137635b7992bbb417de9de.tar.xz
kernel-qcow2-linux-65c9a8530bec45cea1137635b7992bbb417de9de.zip
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/platsmp.c')
-rw-r--r--arch/arm/mach-exynos/platsmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm/mach-exynos/platsmp.c
index 58b43e6f9262..b5b34f863327 100644
--- a/arch/arm/mach-exynos/platsmp.c
+++ b/arch/arm/mach-exynos/platsmp.c
@@ -28,11 +28,11 @@
#include <mach/hardware.h>
#include <mach/regs-clock.h>
-#include <mach/regs-pmu.h>
#include <plat/cpu.h>
#include "common.h"
+#include "regs-pmu.h"
extern void exynos4_secondary_startup(void);