]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/pci/au88x0/au88x0.c
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
[karo-tx-linux.git] / sound / pci / au88x0 / au88x0.c
index 6af3b13f2fd1d856b59e5c9abe71bb7d3f70cdaa..d965609d8b380488899457dfeb24e2406f96a9b8 100644 (file)
@@ -373,7 +373,6 @@ static void __devexit snd_vortex_remove(struct pci_dev *pci)
 // pci_driver definition
 static struct pci_driver driver = {
        .name = CARD_NAME_SHORT,
-       .owner = THIS_MODULE,
        .id_table = snd_vortex_ids,
        .probe = snd_vortex_probe,
        .remove = __devexit_p(snd_vortex_remove),