[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 <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
Kenji Kaneshige 2005-09-07 14:04:14 +09:00 committed by Tony Luck
parent 0232622324
commit a52ac87eb2

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