]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/pci/hda/hda_intel.c
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
[karo-tx-linux.git] / sound / pci / hda / hda_intel.c
index 9d1412a9f2f85f0d93c63913a3cb9eb790b4fd5f..ed525c03c996fd6b6f5209b369d2e1fdd66a5e53 100644 (file)
@@ -1616,7 +1616,6 @@ MODULE_DEVICE_TABLE(pci, azx_ids);
 /* pci_driver definition */
 static struct pci_driver driver = {
        .name = "HDA Intel",
-       .owner = THIS_MODULE,
        .id_table = azx_ids,
        .probe = azx_probe,
        .remove = __devexit_p(azx_remove),