diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-10-26 07:58:02 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-29 15:35:33 -0400 |
commit | bc2f2a24d9cd52bd6f5307ab36ffa041366d936d (patch) | |
tree | f450eb61d3b1787dfc4d935794ba65f3852adcc7 | |
parent | 82923663419d376b6c418d353231efb3f7c2b878 (diff) |
[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>
-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 | ||