From: Eric W. Biederman Date: Fri, 23 Feb 2007 11:15:15 +0000 (-0700) Subject: [PATCH] x86_64 irq: Kill declaration of removed array, interrupt X-Git-Tag: v2.6.21-rc2~59 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e560c8bd866bfa284b2c5978efcaf1bd16ee9fc3;p=linux-2.6-omap-h63xx.git [PATCH] x86_64 irq: Kill declaration of removed array, interrupt It's dead Jim. Signed-off-by: Eric W. Biederman Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic.c index 184721348f5..2d154e1a6fd 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