diff options
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | 2005-09-07 14:04:14 +0900 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-09-07 13:59:40 -0700 |
commit | a52ac87eb249f5e87f43e1a0adeb1a737f4a2b43 (patch) | |
tree | 2ff6b2cf0ab0debc23e5990cdfea4136e4f1c9e8 | |
parent | 02326223247c773bc007629d54622d750c0371c1 (diff) | |
download | op-kernel-dev-a52ac87eb249f5e87f43e1a0adeb1a737f4a2b43.zip op-kernel-dev-a52ac87eb249f5e87f43e1a0adeb1a737f4a2b43.tar.gz |
[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>
-rw-r--r-- | include/asm-ia64/irq.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-ia64/irq.h b/include/asm-ia64/irq.h index bd07d11..585644c 100644 --- 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 */ |