Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Don't redeclare ll_local_timer_interrupt.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

-1
-1
arch/mips/sibyte/sb1250/time.c
··· 100 100 101 101 void sb1250_timer_interrupt(struct pt_regs *regs) 102 102 { 103 - extern asmlinkage void ll_local_timer_interrupt(int irq, struct pt_regs *regs); 104 103 int cpu = smp_processor_id(); 105 104 int irq = K_INT_TIMER_0 + cpu; 106 105