Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a52ac87e authored by Kenji Kaneshige's avatar Kenji Kaneshige Committed by Tony Luck
Browse files

[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: default avatarKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 02326223
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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 */