diff options
Diffstat (limited to 'sound/oss/hal2.c')
-rw-r--r-- | sound/oss/hal2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/hal2.c b/sound/oss/hal2.c index 80ab402dae9a..7807abac0625 100644 --- a/sound/oss/hal2.c +++ b/sound/oss/hal2.c | |||
@@ -370,7 +370,7 @@ static void hal2_adc_interrupt(struct hal2_codec *adc) | |||
370 | wake_up(&adc->dma_wait); | 370 | wake_up(&adc->dma_wait); |
371 | } | 371 | } |
372 | 372 | ||
373 | static irqreturn_t hal2_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 373 | static irqreturn_t hal2_interrupt(int irq, void *dev_id) |
374 | { | 374 | { |
375 | struct hal2_card *hal2 = (struct hal2_card*)dev_id; | 375 | struct hal2_card *hal2 = (struct hal2_card*)dev_id; |
376 | irqreturn_t ret = IRQ_NONE; | 376 | irqreturn_t ret = IRQ_NONE; |