summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2021-03-30 19:01:18 +0300
committerAlex Williamson <alex.williamson@redhat.com>2021-04-06 20:54:13 +0300
commitb392a198917020cac996fd207355211ecfcfad84 (patch)
tree4651870f2351112bf0020fb01d797b13d454688b /drivers/vfio/pci/Makefile
parente49d033bddf5b565044e2abe4241353959bc9120 (diff)
downloadlinux-b392a198917020cac996fd207355211ecfcfad84.tar.xz
vfio/pci: remove vfio_pci_nvlink2
This driver never had any open userspace (which for VFIO would include VM kernel drivers) that use it, and thus should never have been added by our normal userspace ABI rules. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Message-Id: <20210326061311.1497642-2-hch@lst.de> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/vfio/pci/Makefile')
-rw-r--r--drivers/vfio/pci/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/vfio/pci/Makefile b/drivers/vfio/pci/Makefile
index eff97a7cd9f1..3ff42093962f 100644
--- a/drivers/vfio/pci/Makefile
+++ b/drivers/vfio/pci/Makefile
@@ -2,7 +2,6 @@
vfio-pci-y := vfio_pci.o vfio_pci_intrs.o vfio_pci_rdwr.o vfio_pci_config.o
vfio-pci-$(CONFIG_VFIO_PCI_IGD) += vfio_pci_igd.o
-vfio-pci-$(CONFIG_VFIO_PCI_NVLINK2) += vfio_pci_nvlink2.o
vfio-pci-$(CONFIG_S390) += vfio_pci_zdev.o
obj-$(CONFIG_VFIO_PCI) += vfio-pci.o