On Wed, Jul 14 2021, Jason Gunthorpe <jgg@xxxxxxxxxx> wrote: > The core code no longer requires these ops to be defined, so delete these > empty functions and leave the op as NULL. mtty's functions only log a > pointless message, delete that entirely. > > Signed-off-by: Yishai Hadas <yishaih@xxxxxxxxxx> > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > --- > samples/vfio-mdev/mbochs.c | 6 ------ > samples/vfio-mdev/mdpy.c | 11 ----------- > samples/vfio-mdev/mtty.c | 13 ------------- > 3 files changed, 30 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>