diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-19 04:06:56 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-19 05:21:14 +0900 |
commit | 65c9a8530bec45cea1137635b7992bbb417de9de (patch) | |
tree | 6eed16d965bacd726ef14b8f7c018e90b3c52d06 /arch/arm/mach-exynos/cpuidle.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/cpuidle.c')
-rw-r--r-- | arch/arm/mach-exynos/cpuidle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/cpuidle.c b/arch/arm/mach-exynos/cpuidle.c index ddbfe8709fe..6ba13ea61ad 100644 --- a/arch/arm/mach-exynos/cpuidle.c +++ b/arch/arm/mach-exynos/cpuidle.c @@ -23,12 +23,12 @@ #include <asm/unified.h> #include <asm/cpuidle.h> #include <mach/regs-clock.h> -#include <mach/regs-pmu.h> #include <plat/cpu.h> #include <plat/pm.h> #include "common.h" +#include "regs-pmu.h" #define REG_DIRECTGO_ADDR (samsung_rev() == EXYNOS4210_REV_1_1 ? \ S5P_INFORM7 : (samsung_rev() == EXYNOS4210_REV_1_0 ? \ |