Don't redeclare ll_local_timer_interrupt.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 6 Jul 2005 10:43:52 +0000 (10:43 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:31:36 +0000 (19:31 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sibyte/sb1250/time.c

index 0ffbc83..6f87f52 100644 (file)
@@ -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;