[IA64] Minor cleanups - remove unnecessary function prototype in irq.h
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Wed, 7 Sep 2005 05:04:14 +0000 (14:04 +0900)
committerTony Luck <tony.luck@intel.com>
Wed, 7 Sep 2005 20:59:40 +0000 (13:59 -0700)
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 <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
include/asm-ia64/irq.h

index bd07d11d9f37ac81e55a51c7e8ea35b0f19ce0c3..585644c6b21cf79352d681db353eae007822ed0f 100644 (file)
@@ -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 */