On Tue, Nov 02, 2021 at 08:05:39AM +0100, Christoph Hellwig wrote: > Remove these pointless indirect alls by just calling the only instance > of each method directly. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > drivers/gpu/drm/i915/gvt/gvt.c | 20 +-------------- > drivers/gpu/drm/i915/gvt/gvt.h | 24 ------------------ > drivers/gpu/drm/i915/gvt/hypercall.h | 2 +- > drivers/gpu/drm/i915/gvt/kvmgt.c | 37 +++++++++++----------------- > drivers/gpu/drm/i915/gvt/mpt.h | 5 ++-- > 5 files changed, 19 insertions(+), 69 deletions(-) Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason