Commit bc2f2a24 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[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: default avatarRalf Baechle <ralf@linux-mips.org>
parent 82923663
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;