Преглед изворни кода

[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>
Ralf Baechle пре 17 година
родитељ
комит
bc2f2a24d9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      arch/mips/au1000/common/time.c

+ 1 - 1
arch/mips/au1000/common/time.c

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