From: Lucas De Marchi Date: Tue, 30 Jul 2019 18:26:14 +0000 (-0700) Subject: drm/i915: remove dangling forward declaration X-Git-Tag: v5.4-rc1~106^2~11^2~235 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=900c9173ca692f08de9332cf5e4f0ab9486db8b9;p=thirdparty%2Flinux.git drm/i915: remove dangling forward declaration Commit 20a7f2fc4d7a ("drm/i915: Convert intel_mocs_init_l3cc_table to intel_gt") removed the only user. Signed-off-by: Lucas De Marchi Reviewed-by: Chris Wilson Link: https://patchwork.freedesktop.org/patch/msgid/20190730182614.14379-1-lucas.demarchi@intel.com --- diff --git a/drivers/gpu/drm/i915/gt/intel_mocs.h b/drivers/gpu/drm/i915/gt/intel_mocs.h index a334db2d6d6b0..8e20ca8bb34c2 100644 --- a/drivers/gpu/drm/i915/gt/intel_mocs.h +++ b/drivers/gpu/drm/i915/gt/intel_mocs.h @@ -49,7 +49,6 @@ * context handling keep the MOCS in step. */ -struct drm_i915_private; struct i915_request; struct intel_engine_cs; struct intel_gt;