diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-4430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 515646886b59..21e31d499745 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c | |||
@@ -28,6 +28,7 @@ | |||
28 | 28 | ||
29 | #include <mach/hardware.h> | 29 | #include <mach/hardware.h> |
30 | #include <mach/omap4-common.h> | 30 | #include <mach/omap4-common.h> |
31 | #include <asm/hardware/gic.h> | ||
31 | #include <asm/mach-types.h> | 32 | #include <asm/mach-types.h> |
32 | #include <asm/mach/arch.h> | 33 | #include <asm/mach/arch.h> |
33 | #include <asm/mach/map.h> | 34 | #include <asm/mach/map.h> |
@@ -984,6 +985,7 @@ MACHINE_START(OMAP_4430SDP, "OMAP4430 4430SDP board") | |||
984 | .map_io = omap4_map_io, | 985 | .map_io = omap4_map_io, |
985 | .init_early = omap4430_init_early, | 986 | .init_early = omap4430_init_early, |
986 | .init_irq = gic_init_irq, | 987 | .init_irq = gic_init_irq, |
988 | .handle_irq = gic_handle_irq, | ||
987 | .init_machine = omap_4430sdp_init, | 989 | .init_machine = omap_4430sdp_init, |
988 | .timer = &omap4_timer, | 990 | .timer = &omap4_timer, |
989 | MACHINE_END | 991 | MACHINE_END |