diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/au1000/common/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/common/time.c b/arch/mips/au1000/common/time.c index 0673fc0e36b6..f113b512d7b1 100644 --- a/arch/mips/au1000/common/time.c +++ b/arch/mips/au1000/common/time.c | |||
@@ -228,7 +228,7 @@ unsigned long cal_r4koff(void) | |||
228 | return (cpu_speed / HZ); | 228 | return (cpu_speed / HZ); |
229 | } | 229 | } |
230 | 230 | ||
231 | void __init plat_timer_setup(struct irqaction *irq) | 231 | void __init plat_time_init(void) |
232 | { | 232 | { |
233 | unsigned int est_freq; | 233 | unsigned int est_freq; |
234 | 234 | ||