[PARISC] Fix up parisc irq handling for genirq changes
Clean up enough to get things compiling again in the interim. Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:

committed by
Matthew Wilcox

parent
6f03495d65
commit
5cfe87d3f5
@@ -209,7 +209,7 @@ int show_interrupts(struct seq_file *p, void *v)
|
||||
** Then use that to get the Transaction address and data.
|
||||
*/
|
||||
|
||||
int cpu_claim_irq(unsigned int irq, struct hw_interrupt_type *type, void *data)
|
||||
int cpu_claim_irq(unsigned int irq, struct irq_chip *type, void *data)
|
||||
{
|
||||
if (irq_desc[irq].action)
|
||||
return -EBUSY;
|
||||
|
Reference in New Issue
Block a user