Skip to content

Commit

Permalink
drm/i915/gvt: only include intel_gvt.h where needed
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Jani Nikula committed Mar 3, 2020
1 parent aff9e6f commit 6e482b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/i915/i915_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
#include "i915_trace.h"
#include "i915_vgpu.h"
#include "intel_dram.h"
#include "intel_gvt.h"
#include "intel_memory_region.h"
#include "intel_pm.h"
#include "vlv_suspend.h"
Expand Down
2 changes: 0 additions & 2 deletions drivers/gpu/drm/i915/i915_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@

#include "intel_region_lmem.h"

#include "intel_gvt.h"

/* General customization:
*/

Expand Down

0 comments on commit 6e482b9

Please sign in to comment.