[PATCH 2.6.13 4/4] Cleanup - remove unnecessary handle_IRQ_event()prototype (x86_64)

From: Kenji Kaneshige
Date: Thu Sep 08 2005 - 00:46:04 EST


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 <kaneshige.kenji@xxxxxxxxxxxxxx>

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 <linux/cpumask.h>
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/