diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-18 20:06:56 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-18 21:21:14 +0100 |
commit | 65c9a8530bec45cea1137635b7992bbb417de9de (patch) | |
tree | 6eed16d965bacd726ef14b8f7c018e90b3c52d06 /arch/arm/mach-exynos/common.c | |
parent | ARM: EXYNOS: remove inclusion <mach/regs-pmu.h> into another headers (diff) | |
download | linux-65c9a8530bec45cea1137635b7992bbb417de9de.tar.xz 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/common.c')
-rw-r--r-- | arch/arm/mach-exynos/common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c index 61d2906ccefb..1fc042481c5b 100644 --- a/arch/arm/mach-exynos/common.c +++ b/arch/arm/mach-exynos/common.c @@ -38,13 +38,14 @@ #include <asm/cacheflush.h> #include <mach/regs-irq.h> -#include <mach/regs-pmu.h> #include <plat/cpu.h> #include <plat/pm.h> #include <plat/regs-serial.h> #include "common.h" +#include "regs-pmu.h" + #define L2_AUX_VAL 0x7C470001 #define L2_AUX_MASK 0xC200ffff |