[PATCH] drm/i915: Remove intel_gvt_init_host declaration

2022-04-14 Thread Cong Liu
this function has been deleted since commit 9bdb073464d6 ("drm/i915/gvt: Change KVMGT as self load module"), remove the deprecated function declaration. Signed-off-by: Cong Liu --- drivers/gpu/drm/i915/intel_gvt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_gvt.

Re: [PATCH] drm/i915: Remove intel_gvt_init_host declaration

2022-04-13 Thread Jani Nikula
On Wed, 13 Apr 2022, Cong Liu wrote: > this function has been deleted since commit 9bdb073464d6 ("drm/i915/gvt: > Change KVMGT as self load module"), remove the deprecated function > declaration. I don't want to push this right now avoid conflicts in other pending work. Cc'd Zhi & Zhenyu to pick