diff options
Diffstat (limited to 'sound/pci/via82xx.c')
-rw-r--r-- | sound/pci/via82xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c index 523eace250f7..fad2a2413bf6 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c | |||
@@ -2478,7 +2478,6 @@ static void __devexit snd_via82xx_remove(struct pci_dev *pci) | |||
2478 | 2478 | ||
2479 | static struct pci_driver driver = { | 2479 | static struct pci_driver driver = { |
2480 | .name = "VIA 82xx Audio", | 2480 | .name = "VIA 82xx Audio", |
2481 | .owner = THIS_MODULE, | ||
2482 | .id_table = snd_via82xx_ids, | 2481 | .id_table = snd_via82xx_ids, |
2483 | .probe = snd_via82xx_probe, | 2482 | .probe = snd_via82xx_probe, |
2484 | .remove = __devexit_p(snd_via82xx_remove), | 2483 | .remove = __devexit_p(snd_via82xx_remove), |