On Mon, Apr 11, 2022 at 04:13:52PM +0200, Christoph Hellwig wrote: > Just call the initializion and exit functions directly and remove > this abstraction entirely. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > drivers/gpu/drm/i915/gvt/gvt.c | 11 ++++- > drivers/gpu/drm/i915/gvt/gvt.h | 12 ++--- > drivers/gpu/drm/i915/gvt/hypercall.h | 50 ------------------- > drivers/gpu/drm/i915/gvt/kvmgt.c | 39 ++------------- > drivers/gpu/drm/i915/gvt/mpt.h | 74 ---------------------------- > 5 files changed, 17 insertions(+), 169 deletions(-) > delete mode 100644 drivers/gpu/drm/i915/gvt/hypercall.h > delete mode 100644 drivers/gpu/drm/i915/gvt/mpt.h That gvt_vgpu_type_groups stuff is pretty wonky, but it can be left Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason