diff options
Diffstat (limited to 'sound/pci/emu10k1/emu10k1x.c')
-rw-r--r-- | sound/pci/emu10k1/emu10k1x.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/pci/emu10k1/emu10k1x.c b/sound/pci/emu10k1/emu10k1x.c index da1610a571b8..c46905a11175 100644 --- a/sound/pci/emu10k1/emu10k1x.c +++ b/sound/pci/emu10k1/emu10k1x.c | |||
@@ -780,8 +780,7 @@ static int snd_emu10k1x_dev_free(struct snd_device *device) | |||
780 | return snd_emu10k1x_free(chip); | 780 | return snd_emu10k1x_free(chip); |
781 | } | 781 | } |
782 | 782 | ||
783 | static irqreturn_t snd_emu10k1x_interrupt(int irq, void *dev_id, | 783 | static irqreturn_t snd_emu10k1x_interrupt(int irq, void *dev_id) |
784 | struct pt_regs *regs) | ||
785 | { | 784 | { |
786 | unsigned int status; | 785 | unsigned int status; |
787 | 786 | ||