diff options
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index e9d4cb4d07e1..a76a778d0a1f 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -811,7 +811,7 @@ static void azx_init_chip(struct azx *chip) | |||
811 | /* | 811 | /* |
812 | * interrupt handler | 812 | * interrupt handler |
813 | */ | 813 | */ |
814 | static irqreturn_t azx_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 814 | static irqreturn_t azx_interrupt(int irq, void *dev_id) |
815 | { | 815 | { |
816 | struct azx *chip = dev_id; | 816 | struct azx *chip = dev_id; |
817 | struct azx_dev *azx_dev; | 817 | struct azx_dev *azx_dev; |