diff options
Diffstat (limited to 'sound/oss/nec_vrc5477.c')
-rw-r--r-- | sound/oss/nec_vrc5477.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/nec_vrc5477.c b/sound/oss/nec_vrc5477.c index 6f7f2f0423e4..da9728e17727 100644 --- a/sound/oss/nec_vrc5477.c +++ b/sound/oss/nec_vrc5477.c | |||
@@ -848,7 +848,7 @@ static inline void vrc5477_ac97_dac_interrupt(struct vrc5477_ac97_state *s) | |||
848 | wake_up_interruptible(&dac->wait); | 848 | wake_up_interruptible(&dac->wait); |
849 | } | 849 | } |
850 | 850 | ||
851 | static irqreturn_t vrc5477_ac97_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 851 | static irqreturn_t vrc5477_ac97_interrupt(int irq, void *dev_id) |
852 | { | 852 | { |
853 | struct vrc5477_ac97_state *s = (struct vrc5477_ac97_state *)dev_id; | 853 | struct vrc5477_ac97_state *s = (struct vrc5477_ac97_state *)dev_id; |
854 | u32 irqStatus; | 854 | u32 irqStatus; |