On Mon, Apr 11, 2022 at 04:13:50PM +0200, Christoph Hellwig wrote: > Just call the functions directly. Also remove a pointless wrapper. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > drivers/gpu/drm/i915/gvt/dmabuf.c | 10 ++-------- > drivers/gpu/drm/i915/gvt/gtt.c | 20 +++++++++---------- > drivers/gpu/drm/i915/gvt/gvt.h | 4 ++++ > drivers/gpu/drm/i915/gvt/hypercall.h | 5 ----- > drivers/gpu/drm/i915/gvt/kvmgt.c | 6 ++---- > drivers/gpu/drm/i915/gvt/mpt.h | 29 ---------------------------- > 6 files changed, 17 insertions(+), 57 deletions(-) Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason