diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-08 20:26:52 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-08 20:26:52 -0400 |
commit | 4fe8a0f4c5d64cbc78227a88df4566c0d0ee4648 (patch) | |
tree | 9dc3fc8276d987058cd8f3826113c5baa2a1b595 /include/asm-ia64/irq.h | |
parent | 529980c8b0b04e8a3f6606cdc156f1f81a5d68cd (diff) | |
parent | 344a076110f4ecb16ea6d286b63be696604982ed (diff) |
Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6
Diffstat (limited to 'include/asm-ia64/irq.h')
-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 cd984d08fd15..dbe86c0bbce5 100644 --- a/include/asm-ia64/irq.h +++ b/include/asm-ia64/irq.h | |||
@@ -35,8 +35,4 @@ extern void disable_irq_nosync (unsigned int); | |||
35 | extern void enable_irq (unsigned int); | 35 | extern void enable_irq (unsigned int); |
36 | extern void set_irq_affinity_info (unsigned int irq, int dest, int redir); | 36 | extern void set_irq_affinity_info (unsigned int irq, int dest, int redir); |
37 | 37 | ||
38 | struct irqaction; | ||
39 | struct pt_regs; | ||
40 | int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *); | ||
41 | |||
42 | #endif /* _ASM_IA64_IRQ_H */ | 38 | #endif /* _ASM_IA64_IRQ_H */ |