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 fcf2e0e23d53..722d82d7f217 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> |
| @@ -287,6 +288,7 @@ MACHINE_START(SMDK4212, "SMDK4212") | |||
| 287 | .atag_offset = 0x100, | 288 | .atag_offset = 0x100, |
| 288 | .init_irq = exynos4_init_irq, | 289 | .init_irq = exynos4_init_irq, |
| 289 | .map_io = smdk4x12_map_io, | 290 | .map_io = smdk4x12_map_io, |
| 291 | .handle_irq = gic_handle_irq, | ||
| 290 | .init_machine = smdk4x12_machine_init, | 292 | .init_machine = smdk4x12_machine_init, |
| 291 | .timer = &exynos4_timer, | 293 | .timer = &exynos4_timer, |
| 292 | MACHINE_END | 294 | MACHINE_END |
| @@ -297,6 +299,7 @@ MACHINE_START(SMDK4412, "SMDK4412") | |||
| 297 | .atag_offset = 0x100, | 299 | .atag_offset = 0x100, |
| 298 | .init_irq = exynos4_init_irq, | 300 | .init_irq = exynos4_init_irq, |
| 299 | .map_io = smdk4x12_map_io, | 301 | .map_io = smdk4x12_map_io, |
| 302 | .handle_irq = gic_handle_irq, | ||
| 300 | .init_machine = smdk4x12_machine_init, | 303 | .init_machine = smdk4x12_machine_init, |
| 301 | .timer = &exynos4_timer, | 304 | .timer = &exynos4_timer, |
| 302 | MACHINE_END | 305 | MACHINE_END |
