* [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function prototype
@ 2005-09-07 5:04 Kenji Kaneshige
2005-09-07 15:35 ` [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function prototype in irq.h Matthew Wilcox
2005-09-08 4:48 ` [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function Kenji Kaneshige
0 siblings, 2 replies; 3+ messages in thread
From: Kenji Kaneshige @ 2005-09-07 5:04 UTC (permalink / raw)
To: linux-ia64
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>
---
include/asm-ia64/irq.h | 4 ----
1 files changed, 4 deletions(-)
diff -puN include/asm-ia64/irq.h~ia64-cleanup-remove-handle_IRQ_event include/asm-ia64/irq.h
--- linux-2.6.13/include/asm-ia64/irq.h~ia64-cleanup-remove-handle_IRQ_event 2005-09-07 11:53:11.000000000 +0900
+++ linux-2.6.13-kanesige/include/asm-ia64/irq.h 2005-09-07 11:53:11.000000000 +0900
@@ -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 */
_
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-09-08 4:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-07 5:04 [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function prototype Kenji Kaneshige
2005-09-07 15:35 ` [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function prototype in irq.h Matthew Wilcox
2005-09-08 4:48 ` [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function Kenji Kaneshige
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.