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

From: Kenji Kaneshige
Date: Thu Sep 08 2005 - 00:45:10 EST


The function prototype for handle_IRQ_event() in include/asm-sh/irq.h
seems no longer needed because sh uses GENERIC_HARDIRQ. This patch
removes it.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@xxxxxxxxxxxxxx>

include/asm-sh/irq.h | 4 ----
1 files changed, 4 deletions(-)

Index: linux-2.6.13/include/asm-sh/irq.h
===================================================================
--- linux-2.6.13.orig/include/asm-sh/irq.h
+++ linux-2.6.13/include/asm-sh/irq.h
@@ -587,10 +587,6 @@ static inline int generic_irq_demux(int
#define irq_canonicalize(irq) (irq)
#define irq_demux(irq) __irq_demux(sh_mv.mv_irq_demux(irq))

-struct irqaction;
-struct pt_regs;
-int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *);
-
#if defined(CONFIG_CPU_SUBTYPE_SH73180)
#include <asm/irq-sh73180.h>
#endif

-
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/