Skip to content

Commit

Permalink
[MIPS] MIPSsim: Build fix, rename sim_timer_setup -> plat_timer_setup.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jul 13, 2006
1 parent 75da124 commit 5fd3265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/mips-boards/sim/sim_time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5fd3265

Please sign in to comment.