diff options
Diffstat (limited to 'sound/isa/wavefront/wavefront.c')
-rw-r--r-- | sound/isa/wavefront/wavefront.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/isa/wavefront/wavefront.c b/sound/isa/wavefront/wavefront.c index a8f8d2fa9d76..85db535aea9b 100644 --- a/sound/isa/wavefront/wavefront.c +++ b/sound/isa/wavefront/wavefront.c | |||
@@ -263,9 +263,7 @@ snd_wavefront_pnp (int dev, snd_wavefront_card_t *acard, struct pnp_card_link *c | |||
263 | 263 | ||
264 | #endif /* CONFIG_PNP */ | 264 | #endif /* CONFIG_PNP */ |
265 | 265 | ||
266 | static irqreturn_t snd_wavefront_ics2115_interrupt(int irq, | 266 | static irqreturn_t snd_wavefront_ics2115_interrupt(int irq, void *dev_id) |
267 | void *dev_id, | ||
268 | struct pt_regs *regs) | ||
269 | { | 267 | { |
270 | snd_wavefront_card_t *acard; | 268 | snd_wavefront_card_t *acard; |
271 | 269 | ||