diff options
Diffstat (limited to 'arch/arm/mach-exynos/mach-smdk4x12.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-smdk4x12.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-smdk4x12.c b/arch/arm/mach-exynos/mach-smdk4x12.c index 375b5aa5e16..d00e4f016a6 100644 --- a/arch/arm/mach-exynos/mach-smdk4x12.c +++ b/arch/arm/mach-exynos/mach-smdk4x12.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <linux/serial_core.h> | 21 | #include <linux/serial_core.h> |
22 | 22 | ||
23 | #include <asm/mach/arch.h> | 23 | #include <asm/mach/arch.h> |
24 | #include <asm/hardware/gic.h> | ||
24 | #include <asm/mach-types.h> | 25 | #include <asm/mach-types.h> |
25 | 26 | ||
26 | #include <plat/backlight.h> | 27 | #include <plat/backlight.h> |
@@ -288,6 +289,7 @@ MACHINE_START(SMDK4212, "SMDK4212") | |||
288 | .atag_offset = 0x100, | 289 | .atag_offset = 0x100, |
289 | .init_irq = exynos4_init_irq, | 290 | .init_irq = exynos4_init_irq, |
290 | .map_io = smdk4x12_map_io, | 291 | .map_io = smdk4x12_map_io, |
292 | .handle_irq = gic_handle_irq, | ||
291 | .init_machine = smdk4x12_machine_init, | 293 | .init_machine = smdk4x12_machine_init, |
292 | .timer = &exynos4_timer, | 294 | .timer = &exynos4_timer, |
293 | .restart = exynos4_restart, | 295 | .restart = exynos4_restart, |
@@ -299,6 +301,7 @@ MACHINE_START(SMDK4412, "SMDK4412") | |||
299 | .atag_offset = 0x100, | 301 | .atag_offset = 0x100, |
300 | .init_irq = exynos4_init_irq, | 302 | .init_irq = exynos4_init_irq, |
301 | .map_io = smdk4x12_map_io, | 303 | .map_io = smdk4x12_map_io, |
304 | .handle_irq = gic_handle_irq, | ||
302 | .init_machine = smdk4x12_machine_init, | 305 | .init_machine = smdk4x12_machine_init, |
303 | .timer = &exynos4_timer, | 306 | .timer = &exynos4_timer, |
304 | .restart = exynos4_restart, | 307 | .restart = exynos4_restart, |