diff options
Diffstat (limited to 'arch/mips/ddb5xxx/ddb5477/setup.c')
-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; |