diff options
Diffstat (limited to 'sound/oss/ad1848.c')
-rw-r--r-- | sound/oss/ad1848.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/oss/ad1848.c b/sound/oss/ad1848.c index 257b7536fb18..0ffa9970bf0f 100644 --- a/sound/oss/ad1848.c +++ b/sound/oss/ad1848.c | |||
@@ -195,7 +195,7 @@ static void ad1848_halt(int dev); | |||
195 | static void ad1848_halt_input(int dev); | 195 | static void ad1848_halt_input(int dev); |
196 | static void ad1848_halt_output(int dev); | 196 | static void ad1848_halt_output(int dev); |
197 | static void ad1848_trigger(int dev, int bits); | 197 | static void ad1848_trigger(int dev, int bits); |
198 | static irqreturn_t adintr(int irq, void *dev_id, struct pt_regs *dummy); | 198 | static irqreturn_t adintr(int irq, void *dev_id); |
199 | 199 | ||
200 | #ifndef EXCLUDE_TIMERS | 200 | #ifndef EXCLUDE_TIMERS |
201 | static int ad1848_tmr_install(int dev); | 201 | static int ad1848_tmr_install(int dev); |
@@ -2196,7 +2196,7 @@ void ad1848_unload(int io_base, int irq, int dma_playback, int dma_capture, int | |||
2196 | printk(KERN_ERR "ad1848: Can't find device to be unloaded. Base=%x\n", io_base); | 2196 | printk(KERN_ERR "ad1848: Can't find device to be unloaded. Base=%x\n", io_base); |
2197 | } | 2197 | } |
2198 | 2198 | ||
2199 | static irqreturn_t adintr(int irq, void *dev_id, struct pt_regs *dummy) | 2199 | static irqreturn_t adintr(int irq, void *dev_id) |
2200 | { | 2200 | { |
2201 | unsigned char status; | 2201 | unsigned char status; |
2202 | ad1848_info *devc; | 2202 | ad1848_info *devc; |