drm/i915: remove dangling forward declaration

Commit 20a7f2fc4d ("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
This commit is contained in:
Lucas De Marchi 2019-07-30 11:26:14 -07:00
parent 63064d822c
commit 900c9173ca
1 changed files with 0 additions and 1 deletions

View File

@ -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;