diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-18 14:07:32 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-18 15:21:14 -0500 |
commit | 05a6380cef5ec2e832871a8bd591f6af4555c335 (patch) | |
tree | 2eac47b6cfc4583886ba8ddfe7716a9bd49877f9 /arch/arm/plat-samsung/pm.c | |
parent | 65c9a8530bec45cea1137635b7992bbb417de9de (diff) |
ARM: EXYNOS: cleanup <mach/regs-irq.h>
Remove useless inclusion <mach/regs-irq.h> for exynos.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/pm.c')
-rw-r--r-- | arch/arm/plat-samsung/pm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/pm.c b/arch/arm/plat-samsung/pm.c index 416e5bea54f9..001d6fc6899c 100644 --- a/arch/arm/plat-samsung/pm.c +++ b/arch/arm/plat-samsung/pm.c | |||
@@ -29,7 +29,9 @@ | |||
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> | 31 | #include <mach/regs-clock.h> |
32 | #ifndef CONFIG_ARCH_EXYNOS | ||
32 | #include <mach/regs-irq.h> | 33 | #include <mach/regs-irq.h> |
34 | #endif | ||
33 | #include <mach/irqs.h> | 35 | #include <mach/irqs.h> |
34 | #endif | 36 | #endif |
35 | 37 | ||