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-Url: https://git.stricted.de/?a=commitdiff_plain;h=e560c8bd866bfa284b2c5978efcaf1bd16ee9fc3;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 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