[MIPS] Alchemy: Convert from plat_timer_setup to plat_time_init.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 26 Oct 2007 11:58:02 +0000 (12:58 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 29 Oct 2007 19:35:33 +0000 (19:35 +0000)
The old plat_timer_setup hook is no longer getting called so the Alchemy
time initialization was getting skipped.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/au1000/common/time.c

index 0673fc0e36b64f784729724f191d2168675bd637..f113b512d7b166b81c9b32ece83516693cf72123 100644 (file)
@@ -228,7 +228,7 @@ unsigned long cal_r4koff(void)
        return (cpu_speed / HZ);
 }
 
-void __init plat_timer_setup(struct irqaction *irq)
+void __init plat_time_init(void)
 {
        unsigned int est_freq;