diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-12-12 11:25:03 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-12-12 11:25:03 -0600 |
commit | c1f2e80c1973ffdc1e772fcab32fb30fb2a8def8 (patch) | |
tree | e0e3aeaaccdfc965d565c7bebe538620a2b730cb /drivers/vfio | |
parent | 4617aedbd2a718f3c7ad5858fb64ea0f0a46f7da (diff) | |
parent | 1c7de2b4ff886a45fbd2f4c3d4627e0f37a9dd77 (diff) | |
download | talos-op-linux-c1f2e80c1973ffdc1e772fcab32fb30fb2a8def8.tar.gz talos-op-linux-c1f2e80c1973ffdc1e772fcab32fb30fb2a8def8.zip |
Merge branch 'pci/misc' into next
* pci/misc:
PCI: Enable access to non-standard VPD for Chelsio devices (cxgb3)
PCI: Expand "VPD access disabled" quirk message
PCI: pciehp: Remove loading message
PCI: hotplug: Remove hotplug core message
PCI: Remove service driver load/unload messages
PCI/AER: Log AER IRQ when claiming Root Port
PCI/AER: Log errors with PCI device, not PCIe service device
PCI/AER: Remove unused version macros
PCI/PME: Log PME IRQ when claiming Root Port
PCI/PME: Drop unused support for PMEs from Root Complex Event Collectors
PCI: Move config space size macros to pci_regs.h
Diffstat (limited to 'drivers/vfio')
-rw-r--r-- | drivers/vfio/pci/vfio_pci_config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/vfio/pci/vfio_pci_config.c b/drivers/vfio/pci/vfio_pci_config.c index 65d4a3015542..871af74fc4ce 100644 --- a/drivers/vfio/pci/vfio_pci_config.c +++ b/drivers/vfio/pci/vfio_pci_config.c @@ -31,8 +31,6 @@ #include "vfio_pci_private.h" -#define PCI_CFG_SPACE_SIZE 256 - /* Fake capability ID for standard config space */ #define PCI_CAP_ID_BASIC 0 |