Commit ca4973dd authored by Ralf Baechle's avatar Ralf Baechle

Don't redeclare ll_local_timer_interrupt.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 50bd2c72
......@@ -100,7 +100,6 @@ void sb1250_time_init(void)
void sb1250_timer_interrupt(struct pt_regs *regs)
{
extern asmlinkage void ll_local_timer_interrupt(int irq, struct pt_regs *regs);
int cpu = smp_processor_id();
int irq = K_INT_TIMER_0 + cpu;
......
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