diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2007-02-23 04:15:15 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-26 10:34:07 -0800 |
commit | e560c8bd866bfa284b2c5978efcaf1bd16ee9fc3 (patch) | |
tree | eb529ac502b33eec145c00a77a127135f42cd269 | |
parent | 9f0a5ba5508143731dc63235de19659be20d26dc (diff) |
[PATCH] x86_64 irq: Kill declaration of removed array, interrupt
It's dead Jim.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/x86_64/kernel/io_apic.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic.c index 184721348f59..2d154e1a6fd6 100644 --- a/arch/x86_64/kernel/io_apic.c +++ b/arch/x86_64/kernel/io_apic.c @@ -793,8 +793,6 @@ void __setup_vector_irq(int cpu) } -extern void (*interrupt[NR_IRQS])(void); - static struct irq_chip ioapic_chip; #define IOAPIC_AUTO -1 |