mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
6c7f98b334
Now that all mdev drivers directly create their own mdev_device driver and directly register with the vfio core's vfio_device_ops this is all dead code. Delete vfio_mdev.c and the mdev_parent_ops members that are connected to it. Signed-off-by: Jason Gunthorpe <jgg@nvidia.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Zhi Wang <zhi.a.wang@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20220411141403.86980-31-hch@lst.de Reviewed-by: Kirti Wankhede <kwankhede@nvidia.com> Reviewed-by: Zhi Wang <zhi.a.wang@intel.com>
6 lines
125 B
Makefile
6 lines
125 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
mdev-y := mdev_core.o mdev_sysfs.o mdev_driver.o
|
|
|
|
obj-$(CONFIG_VFIO_MDEV) += mdev.o
|