diff options
Diffstat (limited to 'arch/parisc/include/asm/irq.h')
-rw-r--r-- | arch/parisc/include/asm/irq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/irq.h b/arch/parisc/include/asm/irq.h index dfa26b67f919..47041d448d32 100644 --- a/arch/parisc/include/asm/irq.h +++ b/arch/parisc/include/asm/irq.h | |||
@@ -32,6 +32,9 @@ static __inline__ int irq_canonicalize(int irq) | |||
32 | } | 32 | } |
33 | 33 | ||
34 | struct irq_chip; | 34 | struct irq_chip; |
35 | struct irq_desc; | ||
36 | |||
37 | extern void parisc_do_IRQ(unsigned int irq, struct irq_desc *desc); | ||
35 | 38 | ||
36 | /* | 39 | /* |
37 | * Some useful "we don't have to do anything here" handlers. Should | 40 | * Some useful "we don't have to do anything here" handlers. Should |