diff options
Diffstat (limited to 'sound/oss/vidc.h')
-rw-r--r-- | sound/oss/vidc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/vidc.h b/sound/oss/vidc.h index d5b8064dc565..0d1424751ecd 100644 --- a/sound/oss/vidc.h +++ b/sound/oss/vidc.h | |||
@@ -33,7 +33,7 @@ extern unsigned long vidc_fill_2x16_s(unsigned long ibuf, unsigned long iend, | |||
33 | * DMA Interrupt handler | 33 | * DMA Interrupt handler |
34 | */ | 34 | */ |
35 | 35 | ||
36 | extern irqreturn_t vidc_sound_dma_irq(int irqnr, void *ref, struct pt_regs *regs); | 36 | extern irqreturn_t vidc_sound_dma_irq(int irqnr, void *ref); |
37 | 37 | ||
38 | /* | 38 | /* |
39 | * Filler routine pointer | 39 | * Filler routine pointer |