ARM: at91: Convert the boards to the init_time callback
[deliverable/linux.git] / arch / arm / mach-at91 / board-foxg20.c
index 8b22c60bb2384546b8019268a3179ad8ae57944e..ec290b6ed9d878d58b0d1290722218cfb638d92d 100644 (file)
@@ -263,7 +263,7 @@ static void __init foxg20_board_init(void)
 
 MACHINE_START(ACMENETUSFOXG20, "Acme Systems srl FOX Board G20")
        /* Maintainer: Sergio Tanzilli */
-       .init_time      = at91sam926x_pit_init,
+       .init_time      = at91_init_time,
        .map_io         = at91_map_io,
        .handle_irq     = at91_aic_handle_irq,
        .init_early     = foxg20_init_early,
This page took 0.0273 seconds and 5 git commands to generate.