diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-06 06:43:52 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:36 -0400 |
commit | ca4973dd559b702e265688e724f356d289b8cd67 (patch) | |
tree | 2d346366f3ee372129ea80f8d260bb9986397941 /arch/mips | |
parent | 50bd2c72ca72c07d5640e3490845d4b0faf6c124 (diff) |
Don't redeclare ll_local_timer_interrupt.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/sibyte/sb1250/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/sibyte/sb1250/time.c b/arch/mips/sibyte/sb1250/time.c index 0ffbc835b116..6f87f52d482b 100644 --- a/arch/mips/sibyte/sb1250/time.c +++ b/arch/mips/sibyte/sb1250/time.c | |||
@@ -100,7 +100,6 @@ void sb1250_time_init(void) | |||
100 | 100 | ||
101 | void sb1250_timer_interrupt(struct pt_regs *regs) | 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 | int cpu = smp_processor_id(); | 103 | int cpu = smp_processor_id(); |
105 | int irq = K_INT_TIMER_0 + cpu; | 104 | int irq = K_INT_TIMER_0 + cpu; |
106 | 105 | ||