Skip to content

Commit

Permalink
[IA64] Minor cleanups - remove unnecessary function prototype in irq.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kenji Kaneshige authored and Tony Luck committed Sep 7, 2005
1 parent 0232622 commit a52ac87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/asm-ia64/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit a52ac87

Please sign in to comment.