commit | 54d0a216f40e060ba4265bb851cc36b3ca55d1a8 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sun Jul 09 21:38:56 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Jul 13 21:26:17 2006 +0100 |
tree | a57ecc2da68fea0989c397bd97ebd38e93fee569 | |
parent | 2c70df5b9807293705d8123d1f36579831ac09eb [diff] [blame] |
[MIPS] Replace board_timer_setup function pointer by plat_timer_setup. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> ---
diff --git a/arch/mips/au1000/common/time.c b/arch/mips/au1000/common/time.c index 7e988b0..7fbea1b 100644 --- a/arch/mips/au1000/common/time.c +++ b/arch/mips/au1000/common/time.c
@@ -383,7 +383,7 @@ } #endif -void __init au1xxx_timer_setup(struct irqaction *irq) +void __init plat_timer_setup(struct irqaction *irq) { unsigned int est_freq;