diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-igep0020.c')
-rw-r--r-- | arch/arm/mach-omap2/board-igep0020.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index d55c57b761a9..759e39d1a702 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c | |||
@@ -543,6 +543,7 @@ MACHINE_START(IGEP0020, "IGEP v2 board") | |||
543 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | 543 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, |
544 | .boot_params = 0x80000100, | 544 | .boot_params = 0x80000100, |
545 | .map_io = igep2_map_io, | 545 | .map_io = igep2_map_io, |
546 | .reserve = omap_reserve, | ||
546 | .init_irq = igep2_init_irq, | 547 | .init_irq = igep2_init_irq, |
547 | .init_machine = igep2_init, | 548 | .init_machine = igep2_init, |
548 | .timer = &omap_timer, | 549 | .timer = &omap_timer, |