drm/i915/gvt: only include intel_gvt.h where needed

i915_drv.c is the only caller.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200227144408.24345-3-jani.nikula@intel.com
This commit is contained in:
Jani Nikula 2020-02-27 16:44:08 +02:00
parent aff9e6f249
commit 6e482b96b3
2 changed files with 1 additions and 2 deletions

View File

@ -81,6 +81,7 @@
#include "i915_trace.h" #include "i915_trace.h"
#include "i915_vgpu.h" #include "i915_vgpu.h"
#include "intel_dram.h" #include "intel_dram.h"
#include "intel_gvt.h"
#include "intel_memory_region.h" #include "intel_memory_region.h"
#include "intel_pm.h" #include "intel_pm.h"
#include "vlv_suspend.h" #include "vlv_suspend.h"

View File

@ -104,8 +104,6 @@
#include "intel_region_lmem.h" #include "intel_region_lmem.h"
#include "intel_gvt.h"
/* General customization: /* General customization:
*/ */