PCI: remove dynids.use_driver_data
[pandora-kernel.git] / include / linux / pci.h
index acf8f24..c989f58 100644 (file)
@@ -347,7 +347,6 @@ struct pci_bus_region {
 struct pci_dynids {
        spinlock_t lock;            /* protects list, index */
        struct list_head list;      /* for IDs added at runtime */
-       unsigned int use_driver_data:1; /* pci_device_id->driver_data is used */
 };
 
 /* ---------------------------------------------------------------- */