diff options
Diffstat (limited to 'sound/pci/azt3328.c')
-rw-r--r-- | sound/pci/azt3328.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/azt3328.c b/sound/pci/azt3328.c index 26069d2e0271..d5261bdec583 100644 --- a/sound/pci/azt3328.c +++ b/sound/pci/azt3328.c | |||
@@ -1511,6 +1511,7 @@ static void __devexit snd_azf3328_remove(struct pci_dev *pci) | |||
1511 | 1511 | ||
1512 | static struct pci_driver driver = { | 1512 | static struct pci_driver driver = { |
1513 | .name = "AZF3328", | 1513 | .name = "AZF3328", |
1514 | .owner = THIS_MODULE, | ||
1514 | .id_table = snd_azf3328_ids, | 1515 | .id_table = snd_azf3328_ids, |
1515 | .probe = snd_azf3328_probe, | 1516 | .probe = snd_azf3328_probe, |
1516 | .remove = __devexit_p(snd_azf3328_remove), | 1517 | .remove = __devexit_p(snd_azf3328_remove), |