1
0
Fork 0

[MIPS] IP32: Retire use of plat_timer_setup.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
hifive-unleashed-5.1
Ralf Baechle 2007-10-18 14:00:16 +01:00
parent 89742e5376
commit 76d3a7a54c
1 changed files with 0 additions and 6 deletions

View File

@ -80,12 +80,6 @@ void __init plat_time_init(void)
printk("%d MHz CPU detected\n", mips_hpt_frequency * 2 / 1000000);
}
void __init plat_timer_setup(struct irqaction *irq)
{
irq->handler = no_action;
setup_irq(MIPS_CPU_IRQ_BASE + 7, irq);
}
void __init plat_mem_setup(void)
{
board_be_init = ip32_be_init;