diff options
Diffstat (limited to 'drivers/parisc/dino.c')
-rw-r--r-- | drivers/parisc/dino.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c index 0d96c50ffe9c..a0a8fd8d2124 100644 --- a/drivers/parisc/dino.c +++ b/drivers/parisc/dino.c | |||
@@ -368,8 +368,7 @@ static struct hw_interrupt_type dino_interrupt_type = { | |||
368 | * ilr_loop counter is a kluge to prevent a "stuck" IRQ line from | 368 | * ilr_loop counter is a kluge to prevent a "stuck" IRQ line from |
369 | * wedging the CPU. Could be removed or made optional at some point. | 369 | * wedging the CPU. Could be removed or made optional at some point. |
370 | */ | 370 | */ |
371 | static irqreturn_t | 371 | static irqreturn_t dino_isr(int irq, void *intr_dev) |
372 | dino_isr(int irq, void *intr_dev, struct pt_regs *regs) | ||
373 | { | 372 | { |
374 | struct dino_device *dino_dev = intr_dev; | 373 | struct dino_device *dino_dev = intr_dev; |
375 | u32 mask; | 374 | u32 mask; |