diff options
Diffstat (limited to 'sound/pci/via82xx.c')
-rw-r--r-- | sound/pci/via82xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c index a58f88a552a3..6db7de6b9719 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c | |||
@@ -2343,6 +2343,7 @@ static void __devexit snd_via82xx_remove(struct pci_dev *pci) | |||
2343 | 2343 | ||
2344 | static struct pci_driver driver = { | 2344 | static struct pci_driver driver = { |
2345 | .name = "VIA 82xx Audio", | 2345 | .name = "VIA 82xx Audio", |
2346 | .owner = THIS_MODULE, | ||
2346 | .id_table = snd_via82xx_ids, | 2347 | .id_table = snd_via82xx_ids, |
2347 | .probe = snd_via82xx_probe, | 2348 | .probe = snd_via82xx_probe, |
2348 | .remove = __devexit_p(snd_via82xx_remove), | 2349 | .remove = __devexit_p(snd_via82xx_remove), |