[MIPS] MIPSsim: Build fix, rename sim_timer_setup -> plat_timer_setup.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
75da124ac0
commit
5fd3265738
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue