diff options
Diffstat (limited to 'drivers/cdrom/cm206.c')
-rw-r--r-- | drivers/cdrom/cm206.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cdrom/cm206.c b/drivers/cdrom/cm206.c index 9b05ddd23141..e6d8e9ededea 100644 --- a/drivers/cdrom/cm206.c +++ b/drivers/cdrom/cm206.c | |||
@@ -359,7 +359,7 @@ static struct tasklet_struct cm206_tasklet; | |||
359 | as there seems so reason for this to happen. | 359 | as there seems so reason for this to happen. |
360 | */ | 360 | */ |
361 | 361 | ||
362 | static irqreturn_t cm206_interrupt(int sig, void *dev_id, struct pt_regs *regs) | 362 | static irqreturn_t cm206_interrupt(int sig, void *dev_id) |
363 | { | 363 | { |
364 | volatile ush fool; | 364 | volatile ush fool; |
365 | cd->intr_ds = inw(r_data_status); /* resets data_ready, data_error, | 365 | cd->intr_ds = inw(r_data_status); /* resets data_ready, data_error, |