Commit 783b09dc authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] MIPSsim: Delete redeclaration of ll_local_timer_interrupt.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 40fa4b6a
...@@ -33,8 +33,6 @@ ...@@ -33,8 +33,6 @@
unsigned long cpu_khz; unsigned long cpu_khz;
extern asmlinkage void ll_local_timer_interrupt(int irq, struct pt_regs *regs);
irqreturn_t sim_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) irqreturn_t sim_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
{ {
#ifdef CONFIG_SMP #ifdef CONFIG_SMP
......
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