mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 13:46:24 +00:00
Don't redeclare ll_local_timer_interrupt.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
50bd2c72ca
commit
ca4973dd55
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue