aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ia64
diff options
context:
space:
mode:
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>2005-09-07 01:04:14 -0400
committerTony Luck <tony.luck@intel.com>2005-09-07 16:59:40 -0400
commita52ac87eb249f5e87f43e1a0adeb1a737f4a2b43 (patch)
tree2ff6b2cf0ab0debc23e5990cdfea4136e4f1c9e8 /include/asm-ia64
parent02326223247c773bc007629d54622d750c0371c1 (diff)
[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>
Diffstat (limited to 'include/asm-ia64')
-rw-r--r--include/asm-ia64/irq.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-ia64/irq.h b/include/asm-ia64/irq.h
index bd07d11d9f37..585644c6b21c 100644
--- a/include/asm-ia64/irq.h
+++ b/include/asm-ia64/irq.h
@@ -36,8 +36,4 @@ extern void move_irq(int irq);
36#define move_irq(irq) 36#define move_irq(irq)
37#endif 37#endif
38 38
39struct irqaction;
40struct pt_regs;
41int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *);
42
43#endif /* _ASM_IA64_IRQ_H */ 39#endif /* _ASM_IA64_IRQ_H */