Commit 5fd32657 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] MIPSsim: Build fix, rename sim_timer_setup -> plat_timer_setup.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 75da124a
......@@ -183,7 +183,7 @@ static void mips_timer_dispatch (struct pt_regs *regs)
}
void __init sim_timer_setup(struct irqaction *irq)
void __init plat_timer_setup(struct irqaction *irq)
{
if (cpu_has_veic) {
set_vi_handler(MSC01E_INT_CPUCTR, mips_timer_dispatch);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment