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/emma2rh | |
| 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/emma2rh')
| -rw-r--r-- | arch/mips/emma2rh/markeins/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/emma2rh/markeins/setup.c b/arch/mips/emma2rh/markeins/setup.c index 25da5bc20998..b29a44739230 100644 --- a/arch/mips/emma2rh/markeins/setup.c +++ b/arch/mips/emma2rh/markeins/setup.c | |||
| @@ -104,7 +104,7 @@ static void __init emma2rh_time_init(void) | |||
| 104 | mips_hpt_frequency = (bus_frequency * (4 + reg)) / 4 / 2; | 104 | mips_hpt_frequency = (bus_frequency * (4 + reg)) / 4 / 2; |
| 105 | } | 105 | } |
| 106 | 106 | ||
| 107 | static void __init emma2rh_timer_setup(struct irqaction *irq) | 107 | void __init plat_timer_setup(struct irqaction *irq) |
| 108 | { | 108 | { |
| 109 | /* we are using the cpu counter for timer interrupts */ | 109 | /* we are using the cpu counter for timer interrupts */ |
| 110 | setup_irq(CPU_IRQ_BASE + 7, irq); | 110 | setup_irq(CPU_IRQ_BASE + 7, irq); |
| @@ -149,7 +149,6 @@ void __init plat_mem_setup(void) | |||
| 149 | set_io_port_base(KSEG1ADDR(EMMA2RH_PCI_IO_BASE)); | 149 | set_io_port_base(KSEG1ADDR(EMMA2RH_PCI_IO_BASE)); |
| 150 | 150 | ||
| 151 | board_time_init = emma2rh_time_init; | 151 | board_time_init = emma2rh_time_init; |
| 152 | board_timer_setup = emma2rh_timer_setup; | ||
| 153 | 152 | ||
| 154 | _machine_restart = markeins_machine_restart; | 153 | _machine_restart = markeins_machine_restart; |
| 155 | _machine_halt = markeins_machine_halt; | 154 | _machine_halt = markeins_machine_halt; |
