tree 2ff6b2cf0ab0debc23e5990cdfea4136e4f1c9e8
parent 02326223247c773bc007629d54622d750c0371c1
author Kenji Kaneshige <[EMAIL PROTECTED]> Wed, 07 Sep 2005 14:04:14 +0900
committer Tony Luck <[EMAIL PROTECTED]> Thu, 08 Sep 2005 03:59:40 -0700

[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 <[EMAIL PROTECTED]>
Signed-off-by: Tony Luck <[EMAIL PROTECTED]>

 include/asm-ia64/irq.h |    4 ----
 1 files changed, 4 deletions(-)

diff --git a/include/asm-ia64/irq.h b/include/asm-ia64/irq.h
--- 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 */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to