diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-apollon.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-apollon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-apollon.c b/arch/arm/mach-omap2/board-apollon.c index de8134b7f580..5a66480feed0 100644 --- a/arch/arm/mach-omap2/board-apollon.c +++ b/arch/arm/mach-omap2/board-apollon.c | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | #include <plat/led.h> | 37 | #include <plat/led.h> |
| 38 | #include <plat/usb.h> | 38 | #include <plat/usb.h> |
| 39 | #include <plat/board.h> | 39 | #include <plat/board.h> |
| 40 | #include <plat/common.h> | 40 | #include "common.h" |
| 41 | #include <plat/gpmc.h> | 41 | #include <plat/gpmc.h> |
| 42 | 42 | ||
| 43 | #include <video/omapdss.h> | 43 | #include <video/omapdss.h> |
| @@ -354,6 +354,7 @@ MACHINE_START(OMAP_APOLLON, "OMAP24xx Apollon") | |||
| 354 | .map_io = omap242x_map_io, | 354 | .map_io = omap242x_map_io, |
| 355 | .init_early = omap2420_init_early, | 355 | .init_early = omap2420_init_early, |
| 356 | .init_irq = omap2_init_irq, | 356 | .init_irq = omap2_init_irq, |
| 357 | .handle_irq = omap2_intc_handle_irq, | ||
| 357 | .init_machine = omap_apollon_init, | 358 | .init_machine = omap_apollon_init, |
| 358 | .timer = &omap2_timer, | 359 | .timer = &omap2_timer, |
| 359 | MACHINE_END | 360 | MACHINE_END |
