aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/pm.c
diff options
context:
space:
mode:
authorPankaj Dubey <pankaj.dubey@samsung.com>2014-07-08 07:54:08 +0900
committerKukjin Kim <kgene.kim@samsung.com>2014-07-15 08:40:31 +0900
commit318fd20bd150f8451b7217546220c30dd7fe88e5 (patch)
tree2f6f7f881b77e709bac9f4707b3148bc79fe74a2 /arch/arm/mach-exynos/pm.c
parentARM: EXYNOS: Make exynos machine_ops as static (diff)
downloadlinux-dev-318fd20bd150f8451b7217546220c30dd7fe88e5.tar.xz
linux-dev-318fd20bd150f8451b7217546220c30dd7fe88e5.zip
ARM: EXYNOS: Move SYSREG definition into sys-reg specific file
While making PMU implementation to be device tree based, there are few register offsets related with SYSREG present in regs-pmu.h, so let's make a new header file "regs-sys.h" to keep all such SYSREG related register offsets and remove them from "regs-pmu.h" Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/pm.c')
-rw-r--r--arch/arm/mach-exynos/pm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/pm.c b/arch/arm/mach-exynos/pm.c
index 202ca73e49c4..f127c0cefbb8 100644
--- a/arch/arm/mach-exynos/pm.c
+++ b/arch/arm/mach-exynos/pm.c
@@ -35,6 +35,7 @@
#include "common.h"
#include "regs-pmu.h"
+#include "regs-sys.h"
/**
* struct exynos_wkup_irq - Exynos GIC to PMU IRQ mapping