[MIPS] Alchemy: Convert from plat_timer_setup to plat_time_init.

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>
This commit is contained in:
Ralf Baechle 2007-10-26 12:58:02 +01:00
parent 8292366341
commit bc2f2a24d9

View 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;