]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/pci/pci.h
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[karo-tx-linux.git] / drivers / pci / pci.h
index 240b2c0fed4b998e27418f7323620db43897098c..03e3d0285aea0423c9732c85bc378bb23daab3df 100644 (file)
@@ -267,7 +267,6 @@ struct pci_sriov {
        u16 driver_max_VFs;     /* max num VFs driver supports */
        struct pci_dev *dev;    /* lowest numbered PF */
        struct pci_dev *self;   /* this PF */
-       struct mutex lock;      /* lock for setting sriov_numvfs in sysfs */
        resource_size_t barsz[PCI_SRIOV_NUM_BARS];      /* VF BAR size */
        bool drivers_autoprobe; /* auto probing of VFs by driver */
 };