Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932511AbXBWLQQ (ORCPT ); Fri, 23 Feb 2007 06:16:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932484AbXBWLQQ (ORCPT ); Fri, 23 Feb 2007 06:16:16 -0500 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:33214 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932511AbXBWLQP (ORCPT ); Fri, 23 Feb 2007 06:16:15 -0500 From: ebiederm@xmission.com (Eric W. Biederman) To: Andrew Morton Cc: linux-kernel@vger.kernel.org, Zwane Mwaikambo , Ashok Raj , Ingo Molnar , "Lu, Yinghai" , Natalie Protasevich , Andi Kleen , "Siddha, Suresh B" , Linus Torvalds Subject: [PATCH 03/14] x86_64 irq: Kill declaration of removed array, interrupt References: <200701221116.13154.luigi.genoni@pirelli.com> <200702021905.39922.luigi.genoni@pirelli.com> <20070206073616.GA15016@elte.hu> <20070206222523.GA11602@elte.hu> Date: Fri, 23 Feb 2007 04:15:15 -0700 In-Reply-To: (Eric W. Biederman's message of "Fri, 23 Feb 2007 04:13:55 -0700") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 771 Lines: 29 It's dead Jim. Signed-off-by: Eric W. Biederman --- 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 1847213..2d154e1 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 -- 1.5.0.g53756 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/