diff options
Diffstat (limited to 'sound/pci/ca0106/ca0106_main.c')
-rw-r--r-- | sound/pci/ca0106/ca0106_main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/pci/ca0106/ca0106_main.c b/sound/pci/ca0106/ca0106_main.c index 12bbbb6afd2d..6fa4a302f7de 100644 --- a/sound/pci/ca0106/ca0106_main.c +++ b/sound/pci/ca0106/ca0106_main.c | |||
@@ -1058,8 +1058,7 @@ static int snd_ca0106_dev_free(struct snd_device *device) | |||
1058 | return snd_ca0106_free(chip); | 1058 | return snd_ca0106_free(chip); |
1059 | } | 1059 | } |
1060 | 1060 | ||
1061 | static irqreturn_t snd_ca0106_interrupt(int irq, void *dev_id, | 1061 | static irqreturn_t snd_ca0106_interrupt(int irq, void *dev_id) |
1062 | struct pt_regs *regs) | ||
1063 | { | 1062 | { |
1064 | unsigned int status; | 1063 | unsigned int status; |
1065 | 1064 | ||