Merge branch 'devel-timer' into devel-cleanup

This commit is contained in:
Tony Lindgren
2011-06-29 03:35:18 -07:00
60 changed files with 749 additions and 670 deletions

View File

@@ -348,7 +348,7 @@ MACHINE_START(OMAP_LDP, "OMAP LDP board")
.reserve = omap_reserve,
.map_io = omap3_map_io,
.init_early = omap_ldp_init_early,
.init_irq = omap_init_irq,
.init_irq = omap3_init_irq,
.init_machine = omap_ldp_init,
.timer = &omap_timer,
.timer = &omap3_timer,
MACHINE_END