Skip to content

Commit

Permalink
[MIPS] Alchemy: Convert from plat_timer_setup to plat_time_init.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ralf Baechle committed Oct 29, 2007
1 parent 8292366 commit bc2f2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/au1000/common/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit bc2f2a2

Please sign in to comment.