aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/vfio.h
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@redhat.com>2015-12-04 08:38:42 -0700
committerAlex Williamson <alex.williamson@redhat.com>2015-12-04 08:38:42 -0700
commitae5515d66362b9d96cdcfce504567f0b8b7bd83e (patch)
tree543c07268f2f11423e199e5972c9c1a506677996 /include/linux/vfio.h
parentvfio: fix a warning message (diff)
downloadwireguard-linux-ae5515d66362b9d96cdcfce504567f0b8b7bd83e.tar.xz
wireguard-linux-ae5515d66362b9d96cdcfce504567f0b8b7bd83e.zip
Revert: "vfio: Include No-IOMMU mode"
Revert commit 033291eccbdb ("vfio: Include No-IOMMU mode") due to lack of a user. This was originally intended to fill a need for the DPDK driver, but uptake has been slow so rather than support an unproven kernel interface revert it and revisit when userspace catches up. Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'include/linux/vfio.h')
-rw-r--r--include/linux/vfio.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/vfio.h b/include/linux/vfio.h
index 610a86a892b8..ddb440975382 100644
--- a/include/linux/vfio.h
+++ b/include/linux/vfio.h
@@ -44,9 +44,6 @@ struct vfio_device_ops {
void (*request)(void *device_data, unsigned int count);
};
-extern struct iommu_group *vfio_iommu_group_get(struct device *dev);
-extern void vfio_iommu_group_put(struct iommu_group *group, struct device *dev);
-
extern int vfio_add_group_dev(struct device *dev,
const struct vfio_device_ops *ops,
void *device_data);