diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-h4.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-h4.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-h4.c b/arch/arm/mach-omap2/board-h4.c index 8b351d92a1cc..ec4018362e8e 100644 --- a/arch/arm/mach-omap2/board-h4.c +++ b/arch/arm/mach-omap2/board-h4.c | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | 34 | ||
| 35 | #include <plat/usb.h> | 35 | #include <plat/usb.h> |
| 36 | #include <plat/board.h> | 36 | #include <plat/board.h> |
| 37 | #include <plat/common.h> | 37 | #include "common.h" |
| 38 | #include <plat/menelaus.h> | 38 | #include <plat/menelaus.h> |
| 39 | #include <plat/dma.h> | 39 | #include <plat/dma.h> |
| 40 | #include <plat/gpmc.h> | 40 | #include <plat/gpmc.h> |
| @@ -396,6 +396,7 @@ MACHINE_START(OMAP_H4, "OMAP2420 H4 board") | |||
| 396 | .map_io = omap242x_map_io, | 396 | .map_io = omap242x_map_io, |
| 397 | .init_early = omap2420_init_early, | 397 | .init_early = omap2420_init_early, |
| 398 | .init_irq = omap2_init_irq, | 398 | .init_irq = omap2_init_irq, |
| 399 | .handle_irq = omap2_intc_handle_irq, | ||
| 399 | .init_machine = omap_h4_init, | 400 | .init_machine = omap_h4_init, |
| 400 | .timer = &omap2_timer, | 401 | .timer = &omap2_timer, |
| 401 | MACHINE_END | 402 | MACHINE_END |
