From: Kenji Kaneshige Date: Wed, 7 Sep 2005 05:04:14 +0000 (+0900) Subject: [IA64] Minor cleanups - remove unnecessary function prototype in irq.h X-Git-Tag: v2.6.14-rc1~492^2~15^2~6 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=a52ac87eb249f5e87f43e1a0adeb1a737f4a2b43;p=linux-2.6-omap-h63xx.git [IA64] Minor cleanups - remove unnecessary function prototype in irq.h The function prototype for handl_IRQ_event() in include/asm-ia64/irq.h is no longer needed. This patch removes it. Signed-off-by: Kenji Kaneshige Signed-off-by: Tony Luck --- diff --git a/include/asm-ia64/irq.h b/include/asm-ia64/irq.h index bd07d11d9f3..585644c6b21 100644 --- a/include/asm-ia64/irq.h +++ b/include/asm-ia64/irq.h @@ -36,8 +36,4 @@ extern void move_irq(int irq); #define move_irq(irq) #endif -struct irqaction; -struct pt_regs; -int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *); - #endif /* _ASM_IA64_IRQ_H */