diff options
Diffstat (limited to 'drivers/parisc/eisa.c')
-rw-r--r-- | drivers/parisc/eisa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/parisc/eisa.c b/drivers/parisc/eisa.c index 884965cedec9..094562e044f3 100644 --- a/drivers/parisc/eisa.c +++ b/drivers/parisc/eisa.c | |||
@@ -199,7 +199,7 @@ static struct hw_interrupt_type eisa_interrupt_type = { | |||
199 | .end = no_end_irq, | 199 | .end = no_end_irq, |
200 | }; | 200 | }; |
201 | 201 | ||
202 | static irqreturn_t eisa_irq(int wax_irq, void *intr_dev, struct pt_regs *regs) | 202 | static irqreturn_t eisa_irq(int wax_irq, void *intr_dev) |
203 | { | 203 | { |
204 | int irq = gsc_readb(0xfc01f000); /* EISA supports 16 irqs */ | 204 | int irq = gsc_readb(0xfc01f000); /* EISA supports 16 irqs */ |
205 | unsigned long flags; | 205 | unsigned long flags; |
@@ -249,7 +249,7 @@ static irqreturn_t eisa_irq(int wax_irq, void *intr_dev, struct pt_regs *regs) | |||
249 | return IRQ_HANDLED; | 249 | return IRQ_HANDLED; |
250 | } | 250 | } |
251 | 251 | ||
252 | static irqreturn_t dummy_irq2_handler(int _, void *dev, struct pt_regs *regs) | 252 | static irqreturn_t dummy_irq2_handler(int _, void *dev) |
253 | { | 253 | { |
254 | printk(KERN_ALERT "eisa: uhh, irq2?\n"); | 254 | printk(KERN_ALERT "eisa: uhh, irq2?\n"); |
255 | return IRQ_HANDLED; | 255 | return IRQ_HANDLED; |