aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/gt/intel_mocs.h
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2019-07-30 11:26:14 -0700
committerLucas De Marchi <lucas.demarchi@intel.com>2019-07-31 07:40:10 -0700
commit900c9173ca692f08de9332cf5e4f0ab9486db8b9 (patch)
treef9246d5b275179d2f42309ed2427e507a1561e03 /drivers/gpu/drm/i915/gt/intel_mocs.h
parentdrm/i915/uc: Move uC WOPCM setup in uc_init_hw (diff)
downloadwireguard-linux-900c9173ca692f08de9332cf5e4f0ab9486db8b9.tar.xz
wireguard-linux-900c9173ca692f08de9332cf5e4f0ab9486db8b9.zip
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 <lucas.demarchi@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20190730182614.14379-1-lucas.demarchi@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/gt/intel_mocs.h')
-rw-r--r--drivers/gpu/drm/i915/gt/intel_mocs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/gt/intel_mocs.h b/drivers/gpu/drm/i915/gt/intel_mocs.h
index a334db2d6d6b..8e20ca8bb34c 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;