diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap4panda.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap4panda.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index 40184cc494f9..7b152d04a602 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c | |||
@@ -32,9 +32,9 @@ | |||
32 | #include <linux/usb/musb.h> | 32 | #include <linux/usb/musb.h> |
33 | #include <linux/usb/phy.h> | 33 | #include <linux/usb/phy.h> |
34 | #include <linux/wl12xx.h> | 34 | #include <linux/wl12xx.h> |
35 | #include <linux/irqchip/arm-gic.h> | ||
35 | #include <linux/platform_data/omap-abe-twl6040.h> | 36 | #include <linux/platform_data/omap-abe-twl6040.h> |
36 | 37 | ||
37 | #include <asm/hardware/gic.h> | ||
38 | #include <asm/mach-types.h> | 38 | #include <asm/mach-types.h> |
39 | #include <asm/mach/arch.h> | 39 | #include <asm/mach/arch.h> |
40 | #include <asm/mach/map.h> | 40 | #include <asm/mach/map.h> |
@@ -461,9 +461,8 @@ MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board") | |||
461 | .map_io = omap4_map_io, | 461 | .map_io = omap4_map_io, |
462 | .init_early = omap4430_init_early, | 462 | .init_early = omap4430_init_early, |
463 | .init_irq = gic_init_irq, | 463 | .init_irq = gic_init_irq, |
464 | .handle_irq = gic_handle_irq, | ||
465 | .init_machine = omap4_panda_init, | 464 | .init_machine = omap4_panda_init, |
466 | .init_late = omap4430_init_late, | 465 | .init_late = omap4430_init_late, |
467 | .timer = &omap4_timer, | 466 | .init_time = omap4_local_timer_init, |
468 | .restart = omap44xx_restart, | 467 | .restart = omap44xx_restart, |
469 | MACHINE_END | 468 | MACHINE_END |