diff options
Diffstat (limited to 'drivers/parport/parport_gsc.c')
-rw-r--r-- | drivers/parport/parport_gsc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/parport/parport_gsc.c b/drivers/parport/parport_gsc.c index 7352104f7b30..a7c5ead9a3d3 100644 --- a/drivers/parport/parport_gsc.c +++ b/drivers/parport/parport_gsc.c | |||
@@ -81,9 +81,9 @@ static int clear_epp_timeout(struct parport *pb) | |||
81 | * of these are in parport_gsc.h. | 81 | * of these are in parport_gsc.h. |
82 | */ | 82 | */ |
83 | 83 | ||
84 | static irqreturn_t parport_gsc_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 84 | static irqreturn_t parport_gsc_interrupt(int irq, void *dev_id) |
85 | { | 85 | { |
86 | parport_generic_irq(irq, (struct parport *) dev_id, regs); | 86 | parport_generic_irq(irq, (struct parport *) dev_id); |
87 | return IRQ_HANDLED; | 87 | return IRQ_HANDLED; |
88 | } | 88 | } |
89 | 89 | ||