diff options
Diffstat (limited to 'drivers/parport/parport_mfc3.c')
-rw-r--r-- | drivers/parport/parport_mfc3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/parport_mfc3.c b/drivers/parport/parport_mfc3.c index b2b8092a2b39..6541cde4df00 100644 --- a/drivers/parport/parport_mfc3.c +++ b/drivers/parport/parport_mfc3.c | |||
@@ -211,7 +211,7 @@ static void mfc3_change_mode( struct parport *p, int m) | |||
211 | 211 | ||
212 | static int use_cnt = 0; | 212 | static int use_cnt = 0; |
213 | 213 | ||
214 | static irqreturn_t mfc3_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 214 | static irqreturn_t mfc3_interrupt(int irq, void *dev_id) |
215 | { | 215 | { |
216 | int i; | 216 | int i; |
217 | 217 | ||