mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 14:43:17 +00:00
[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:
parent
8292366341
commit
bc2f2a24d9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue