summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/pm_domains.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-12-18 19:06:56 (GMT)
committerKukjin Kim <kgene.kim@samsung.com>2013-12-18 20:21:14 (GMT)
commit65c9a8530bec45cea1137635b7992bbb417de9de (patch)
tree6eed16d965bacd726ef14b8f7c018e90b3c52d06 /arch/arm/mach-exynos/pm_domains.c
parente44de221d3ddb99387b04cfd49483bcd05daa6fb (diff)
downloadlinux-65c9a8530bec45cea1137635b7992bbb417de9de.tar.xz
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_domains.c')
-rw-r--r--arch/arm/mach-exynos/pm_domains.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/pm_domains.c b/arch/arm/mach-exynos/pm_domains.c
index 1703593..ff50836 100644
--- a/arch/arm/mach-exynos/pm_domains.c
+++ b/arch/arm/mach-exynos/pm_domains.c
@@ -22,9 +22,10 @@
#include <linux/of_platform.h>
#include <linux/sched.h>
-#include <mach/regs-pmu.h>
#include <plat/devs.h>
+#include "regs-pmu.h"
+
/*
* Exynos specific wrapper around the generic power domain
*/