diff options
Diffstat (limited to 'arch/mips/gt64120/wrppmc/setup.c')
-rw-r--r-- | arch/mips/gt64120/wrppmc/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/gt64120/wrppmc/setup.c b/arch/mips/gt64120/wrppmc/setup.c index 221d8087c493..429afc400cb4 100644 --- a/arch/mips/gt64120/wrppmc/setup.c +++ b/arch/mips/gt64120/wrppmc/setup.c | |||
@@ -127,7 +127,6 @@ static void wrppmc_setup_serial(void) | |||
127 | void __init plat_mem_setup(void) | 127 | void __init plat_mem_setup(void) |
128 | { | 128 | { |
129 | extern void wrppmc_time_init(void); | 129 | extern void wrppmc_time_init(void); |
130 | extern void wrppmc_timer_setup(struct irqaction *); | ||
131 | extern void wrppmc_machine_restart(char *command); | 130 | extern void wrppmc_machine_restart(char *command); |
132 | extern void wrppmc_machine_halt(void); | 131 | extern void wrppmc_machine_halt(void); |
133 | extern void wrppmc_machine_power_off(void); | 132 | extern void wrppmc_machine_power_off(void); |
@@ -138,7 +137,6 @@ void __init plat_mem_setup(void) | |||
138 | 137 | ||
139 | /* Use MIPS Count/Compare Timer */ | 138 | /* Use MIPS Count/Compare Timer */ |
140 | board_time_init = wrppmc_time_init; | 139 | board_time_init = wrppmc_time_init; |
141 | board_timer_setup = wrppmc_timer_setup; | ||
142 | 140 | ||
143 | /* This makes the operations of 'in/out[bwl]' to the | 141 | /* This makes the operations of 'in/out[bwl]' to the |
144 | * physical address ( < KSEG0) can work via KSEG1 | 142 | * physical address ( < KSEG0) can work via KSEG1 |