diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-07-09 16:38:56 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-07-13 16:26:17 -0400 |
commit | 54d0a216f40e060ba4265bb851cc36b3ca55d1a8 (patch) | |
tree | a57ecc2da68fea0989c397bd97ebd38e93fee569 /arch/mips/ddb5xxx | |
parent | 2c70df5b9807293705d8123d1f36579831ac09eb (diff) |
[MIPS] Replace board_timer_setup function pointer by plat_timer_setup.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---
Diffstat (limited to 'arch/mips/ddb5xxx')
-rw-r--r-- | arch/mips/ddb5xxx/ddb5477/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/ddb5xxx/ddb5477/setup.c b/arch/mips/ddb5xxx/ddb5477/setup.c index 904c8f4f3c4c..f0cc0e8a8afa 100644 --- a/arch/mips/ddb5xxx/ddb5477/setup.c +++ b/arch/mips/ddb5xxx/ddb5477/setup.c | |||
@@ -147,7 +147,7 @@ static void __init ddb_time_init(void) | |||
147 | mips_hpt_frequency = bus_frequency*(i+4)/4; | 147 | mips_hpt_frequency = bus_frequency*(i+4)/4; |
148 | } | 148 | } |
149 | 149 | ||
150 | static void __init ddb_timer_setup(struct irqaction *irq) | 150 | void __init plat_timer_setup(struct irqaction *irq) |
151 | { | 151 | { |
152 | #if defined(USE_CPU_COUNTER_TIMER) | 152 | #if defined(USE_CPU_COUNTER_TIMER) |
153 | 153 | ||
@@ -177,7 +177,6 @@ void __init plat_mem_setup(void) | |||
177 | set_io_port_base(KSEG1ADDR(DDB_PCI_IO_BASE)); | 177 | set_io_port_base(KSEG1ADDR(DDB_PCI_IO_BASE)); |
178 | 178 | ||
179 | board_time_init = ddb_time_init; | 179 | board_time_init = ddb_time_init; |
180 | board_timer_setup = ddb_timer_setup; | ||
181 | 180 | ||
182 | _machine_restart = ddb_machine_restart; | 181 | _machine_restart = ddb_machine_restart; |
183 | _machine_halt = ddb_machine_halt; | 182 | _machine_halt = ddb_machine_halt; |