diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-18 14:22:40 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-18 15:21:20 -0500 |
commit | 2857f650d5fa57bcd56a4efd4161e51ce1508255 (patch) | |
tree | 9204965d1a69a7e784e58012766c4f7577ad77ab /arch/arm/plat-samsung | |
parent | b5fd13008e26e10481f2ae65a2a5ed47959a9343 (diff) |
ARM: EXYNOS: remove <mach/regs-clock.h> for exynos
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r-- | arch/arm/plat-samsung/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/pm.c b/arch/arm/plat-samsung/pm.c index 001d6fc6899c..e5b0f2c2d884 100644 --- a/arch/arm/plat-samsung/pm.c +++ b/arch/arm/plat-samsung/pm.c | |||
@@ -28,8 +28,8 @@ | |||
28 | #ifdef CONFIG_SAMSUNG_ATAGS | 28 | #ifdef CONFIG_SAMSUNG_ATAGS |
29 | #include <mach/hardware.h> | 29 | #include <mach/hardware.h> |
30 | #include <mach/map.h> | 30 | #include <mach/map.h> |
31 | #include <mach/regs-clock.h> | ||
32 | #ifndef CONFIG_ARCH_EXYNOS | 31 | #ifndef CONFIG_ARCH_EXYNOS |
32 | #include <mach/regs-clock.h> | ||
33 | #include <mach/regs-irq.h> | 33 | #include <mach/regs-irq.h> |
34 | #endif | 34 | #endif |
35 | #include <mach/irqs.h> | 35 | #include <mach/irqs.h> |