]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/pci/via82xx.c
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
[karo-tx-linux.git] / sound / pci / via82xx.c
index 523eace250f7c4e96ad081ea774d494b9776ec36..fad2a2413bf62c03bb34f913415966cfa2d260fb 100644 (file)
@@ -2478,7 +2478,6 @@ static void __devexit snd_via82xx_remove(struct pci_dev *pci)
 
 static struct pci_driver driver = {
        .name = "VIA 82xx Audio",
-       .owner = THIS_MODULE,
        .id_table = snd_via82xx_ids,
        .probe = snd_via82xx_probe,
        .remove = __devexit_p(snd_via82xx_remove),