diff options
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 7e0c05936c3e..9590ece2099d 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -1603,6 +1603,7 @@ MODULE_DEVICE_TABLE(pci, azx_ids); | |||
1603 | /* pci_driver definition */ | 1603 | /* pci_driver definition */ |
1604 | static struct pci_driver driver = { | 1604 | static struct pci_driver driver = { |
1605 | .name = "HDA Intel", | 1605 | .name = "HDA Intel", |
1606 | .owner = THIS_MODULE, | ||
1606 | .id_table = azx_ids, | 1607 | .id_table = azx_ids, |
1607 | .probe = azx_probe, | 1608 | .probe = azx_probe, |
1608 | .remove = __devexit_p(azx_remove), | 1609 | .remove = __devexit_p(azx_remove), |