diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap4panda.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap4panda.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index a8c2c4263e38..aa9465e79bfc 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c | |||
@@ -31,6 +31,7 @@ | |||
31 | 31 | ||
32 | #include <mach/hardware.h> | 32 | #include <mach/hardware.h> |
33 | #include <mach/omap4-common.h> | 33 | #include <mach/omap4-common.h> |
34 | #include <asm/hardware/gic.h> | ||
34 | #include <asm/mach-types.h> | 35 | #include <asm/mach-types.h> |
35 | #include <asm/mach/arch.h> | 36 | #include <asm/mach/arch.h> |
36 | #include <asm/mach/map.h> | 37 | #include <asm/mach/map.h> |
@@ -577,6 +578,7 @@ MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board") | |||
577 | .map_io = omap4_map_io, | 578 | .map_io = omap4_map_io, |
578 | .init_early = omap4430_init_early, | 579 | .init_early = omap4430_init_early, |
579 | .init_irq = gic_init_irq, | 580 | .init_irq = gic_init_irq, |
581 | .handle_irq = gic_handle_irq, | ||
580 | .init_machine = omap4_panda_init, | 582 | .init_machine = omap4_panda_init, |
581 | .timer = &omap4_timer, | 583 | .timer = &omap4_timer, |
582 | MACHINE_END | 584 | MACHINE_END |