projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50bd2c7
)
Don't redeclare ll_local_timer_interrupt.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 6 Jul 2005 10:43:52 +0000
(10:43 +0000)
committer
Ralf 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/sibyte/sb1250/time.c
b/arch/mips/sibyte/sb1250/time.c
index 0ffbc835b1162aadaab3c6952589d70e57ef54c2..6f87f52d482bd949c73b00e83ae0b29b925e8672 100644
(file)
--- a/
arch/mips/sibyte/sb1250/time.c
+++ b/
arch/mips/sibyte/sb1250/time.c
@@
-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;