diff options
Diffstat (limited to 'sound/sparc/amd7930.c')
-rw-r--r-- | sound/sparc/amd7930.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/sparc/amd7930.c b/sound/sparc/amd7930.c index be0bd503f013..c899786f30f5 100644 --- a/sound/sparc/amd7930.c +++ b/sound/sparc/amd7930.c | |||
@@ -491,7 +491,7 @@ static void __amd7930_update_map(struct snd_amd7930 *amd) | |||
491 | __amd7930_write_map(amd); | 491 | __amd7930_write_map(amd); |
492 | } | 492 | } |
493 | 493 | ||
494 | static irqreturn_t snd_amd7930_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 494 | static irqreturn_t snd_amd7930_interrupt(int irq, void *dev_id) |
495 | { | 495 | { |
496 | struct snd_amd7930 *amd = dev_id; | 496 | struct snd_amd7930 *amd = dev_id; |
497 | unsigned int elapsed; | 497 | unsigned int elapsed; |