diff options
Diffstat (limited to 'sound/pci/bt87x.c')
-rw-r--r-- | sound/pci/bt87x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/bt87x.c b/sound/pci/bt87x.c index 97a280a246cb..d33a37086df9 100644 --- a/sound/pci/bt87x.c +++ b/sound/pci/bt87x.c | |||
@@ -269,7 +269,7 @@ static void snd_bt87x_pci_error(struct snd_bt87x *chip, unsigned int status) | |||
269 | } | 269 | } |
270 | } | 270 | } |
271 | 271 | ||
272 | static irqreturn_t snd_bt87x_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 272 | static irqreturn_t snd_bt87x_interrupt(int irq, void *dev_id) |
273 | { | 273 | { |
274 | struct snd_bt87x *chip = dev_id; | 274 | struct snd_bt87x *chip = dev_id; |
275 | unsigned int status, irq_status; | 275 | unsigned int status, irq_status; |