提交 76d3a7a5 编写于 作者: R Ralf Baechle

[MIPS] IP32: Retire use of plat_timer_setup.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 89742e53
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册