omap: Set separate timer init functions to avoid cpu_is_omap tests
[pandora-kernel.git] / arch / arm / mach-omap2 / board-zoom.c
index 97a3f0b..8a98c3c 100644 (file)
@@ -139,7 +139,7 @@ MACHINE_START(OMAP_ZOOM2, "OMAP Zoom2 board")
        .init_early     = omap_zoom_init_early,
        .init_irq       = omap3_init_irq,
        .init_machine   = omap_zoom_init,
-       .timer          = &omap_timer,
+       .timer          = &omap3_timer,
 MACHINE_END
 
 MACHINE_START(OMAP_ZOOM3, "OMAP Zoom3 board")
@@ -149,5 +149,5 @@ MACHINE_START(OMAP_ZOOM3, "OMAP Zoom3 board")
        .init_early     = omap_zoom_init_early,
        .init_irq       = omap3_init_irq,
        .init_machine   = omap_zoom_init,
-       .timer          = &omap_timer,
+       .timer          = &omap3_timer,
 MACHINE_END