Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932639AbVIHFpa (ORCPT ); Thu, 8 Sep 2005 01:45:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932649AbVIHFp1 (ORCPT ); Thu, 8 Sep 2005 01:45:27 -0400 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:11175 "EHLO fgwmail6.fujitsu.co.jp") by vger.kernel.org with ESMTP id S932643AbVIHFpX (ORCPT ); Thu, 8 Sep 2005 01:45:23 -0400 Message-ID: <431FCFBF.2010009@jp.fujitsu.com> Date: Thu, 08 Sep 2005 14:44:31 +0900 From: Kenji Kaneshige User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: ja, en-us, en MIME-Version: 1.0 To: Andrew Morton , Linux Kernel Mailing List CC: Kenji Kaneshige Subject: [PATCH 2.6.13 4/4] Cleanup - remove unnecessary handle_IRQ_event() prototype (x86_64) References: <431FCDBF.2010409@jp.fujitsu.com> In-Reply-To: <431FCDBF.2010409@jp.fujitsu.com> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1082 Lines: 30 The function prototype for handle_IRQ_event() in include/asm-x86_64/irq.h seems no longer needed because x86_64 uses GENERIC_HARDIRQ. This patch removes it. Signed-off-by: Kenji Kaneshige include/asm-x86_64/irq.h | 4 ---- 1 files changed, 4 deletions(-) Index: linux-2.6.13/include/asm-x86_64/irq.h =================================================================== --- linux-2.6.13.orig/include/asm-x86_64/irq.h +++ linux-2.6.13/include/asm-x86_64/irq.h @@ -48,10 +48,6 @@ static __inline__ int irq_canonicalize(i #define ARCH_HAS_NMI_WATCHDOG /* See include/linux/nmi.h */ #endif -struct irqaction; -struct pt_regs; -int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *); - #ifdef CONFIG_HOTPLUG_CPU #include extern void fixup_irqs(cpumask_t map); - 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/