diff options
author | Pankaj Dubey <pankaj.dubey@samsung.com> | 2014-07-07 18:54:08 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-14 19:40:31 -0400 |
commit | 318fd20bd150f8451b7217546220c30dd7fe88e5 (patch) | |
tree | 2f6f7f881b77e709bac9f4707b3148bc79fe74a2 /arch/arm/mach-exynos/exynos.c | |
parent | 5e299f65eb83a7c6e928257d3a1069a57ce8bcbb (diff) |
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/exynos.c')
-rw-r--r-- | arch/arm/mach-exynos/exynos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 2e5dd50d1f86..269526bcc039 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos/exynos.c | |||
@@ -29,6 +29,7 @@ | |||
29 | #include "common.h" | 29 | #include "common.h" |
30 | #include "mfc.h" | 30 | #include "mfc.h" |
31 | #include "regs-pmu.h" | 31 | #include "regs-pmu.h" |
32 | #include "regs-sys.h" | ||
32 | 33 | ||
33 | static struct map_desc exynos4_iodesc[] __initdata = { | 34 | static struct map_desc exynos4_iodesc[] __initdata = { |
34 | { | 35 | { |