diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2012-12-31 13:06:48 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 13:45:17 -0500 |
commit | ccd458c15df62e4e7001a09b1b000b1fce696640 (patch) | |
tree | 27620b3a757791b288db12c2eddbf3260c0c4cf8 /arch/arm/mach-exynos/common.c | |
parent | c48bcc2d681ac21e532114dcd96a6b9c4e72acb1 (diff) |
ARM: EXYNOS: move mach/pmu.h file into common.h
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c index d6d0dc651089..bec1c922d1a9 100644 --- a/arch/arm/mach-exynos/common.c +++ b/arch/arm/mach-exynos/common.c | |||
@@ -35,7 +35,6 @@ | |||
35 | #include <mach/regs-irq.h> | 35 | #include <mach/regs-irq.h> |
36 | #include <mach/regs-pmu.h> | 36 | #include <mach/regs-pmu.h> |
37 | #include <mach/regs-gpio.h> | 37 | #include <mach/regs-gpio.h> |
38 | #include <mach/pmu.h> | ||
39 | 38 | ||
40 | #include <plat/cpu.h> | 39 | #include <plat/cpu.h> |
41 | #include <plat/clock.h> | 40 | #include <plat/clock.h> |