diff options
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/irq.c b/arch/parisc/kernel/irq.c index 5b8803cc3d69..c53bfeb4bf94 100644 --- a/arch/parisc/kernel/irq.c +++ b/arch/parisc/kernel/irq.c | |||
@@ -209,7 +209,7 @@ int show_interrupts(struct seq_file *p, void *v) | |||
209 | ** Then use that to get the Transaction address and data. | 209 | ** Then use that to get the Transaction address and data. |
210 | */ | 210 | */ |
211 | 211 | ||
212 | int cpu_claim_irq(unsigned int irq, struct hw_interrupt_type *type, void *data) | 212 | int cpu_claim_irq(unsigned int irq, struct irq_chip *type, void *data) |
213 | { | 213 | { |
214 | if (irq_desc[irq].action) | 214 | if (irq_desc[irq].action) |
215 | return -EBUSY; | 215 | return -EBUSY; |