diff options
Diffstat (limited to 'sound/pci/emu10k1')
-rw-r--r-- | sound/pci/emu10k1/emu10k1x.c | 3 | ||||
-rw-r--r-- | sound/pci/emu10k1/irq.c | 2 |
2 files changed, 2 insertions, 3 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 | ||
diff --git a/sound/pci/emu10k1/irq.c b/sound/pci/emu10k1/irq.c index 1076af4c3669..4f18f7e8bcfb 100644 --- a/sound/pci/emu10k1/irq.c +++ b/sound/pci/emu10k1/irq.c | |||
@@ -30,7 +30,7 @@ | |||
30 | #include <sound/core.h> | 30 | #include <sound/core.h> |
31 | #include <sound/emu10k1.h> | 31 | #include <sound/emu10k1.h> |
32 | 32 | ||
33 | irqreturn_t snd_emu10k1_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 33 | irqreturn_t snd_emu10k1_interrupt(int irq, void *dev_id) |
34 | { | 34 | { |
35 | struct snd_emu10k1 *emu = dev_id; | 35 | struct snd_emu10k1 *emu = dev_id; |
36 | unsigned int status, status2, orig_status, orig_status2; | 36 | unsigned int status, status2, orig_status, orig_status2; |