diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-h3.c')
-rw-r--r-- | arch/arm/mach-omap1/board-h3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/board-h3.c b/arch/arm/mach-omap1/board-h3.c index a53ab8297d25..0b0825fe6751 100644 --- a/arch/arm/mach-omap1/board-h3.c +++ b/arch/arm/mach-omap1/board-h3.c | |||
@@ -437,6 +437,7 @@ MACHINE_START(OMAP_H3, "TI OMAP1710 H3 board") | |||
437 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | 437 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, |
438 | .boot_params = 0x10000100, | 438 | .boot_params = 0x10000100, |
439 | .map_io = h3_map_io, | 439 | .map_io = h3_map_io, |
440 | .reserve = omap_reserve, | ||
440 | .init_irq = h3_init_irq, | 441 | .init_irq = h3_init_irq, |
441 | .init_machine = h3_init, | 442 | .init_machine = h3_init, |
442 | .timer = &omap_timer, | 443 | .timer = &omap_timer, |