On Fri, 12 Mar 2021 20:56:06 -0400 Jason Gunthorpe <jgg@xxxxxxxxxx> wrote: > There are no longer any users, so it can go away. Everything is using > container_of now. > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > --- > Documentation/driver-api/vfio.rst | 3 +-- > drivers/vfio/fsl-mc/vfio_fsl_mc.c | 5 +++-- > drivers/vfio/mdev/vfio_mdev.c | 2 +- > drivers/vfio/pci/vfio_pci.c | 2 +- > drivers/vfio/platform/vfio_platform_common.c | 2 +- > drivers/vfio/vfio.c | 12 +----------- > include/linux/vfio.h | 4 +--- > 7 files changed, 9 insertions(+), 21 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>