]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/pci.h
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
[karo-tx-linux.git] / include / linux / pci.h
index 60702fccf9e7b23e5821a1d3b61cb2888332076a..de690ca73d580f06b37f1bcd8f9412bffa3981c2 100644 (file)
@@ -236,7 +236,6 @@ struct module;
 struct pci_driver {
        struct list_head node;
        char *name;
-       struct module *owner;
        const struct pci_device_id *id_table;   /* must be non-NULL for probe to be called */
        int  (*probe)  (struct pci_dev *dev, const struct pci_device_id *id);   /* New device inserted */
        void (*remove) (struct pci_dev *dev);   /* Device removed (NULL if not a hot-plug capable driver) */