Skip to content

Commit

Permalink
Don't redeclare ll_local_timer_interrupt.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 50bd2c7 commit ca4973d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/sibyte/sb1250/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ca4973d

Please sign in to comment.