Skip to content

Commit

Permalink
drm/i915/gvt: don't include gvt.h from intel_gvt_mmio_table.h
Browse files Browse the repository at this point in the history
intel_gvt_mmio_table.c has no need to include the massive
gvt.h. Simplify.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230926121904.499888-2-jani.nikula@intel.com
  • Loading branch information
Jani Nikula committed Oct 11, 2023
1 parent 9e92a6d commit 80cf8f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/i915/intel_gvt_mmio_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
#include "display/intel_psr_regs.h"
#include "display/skl_watermark_regs.h"
#include "display/vlv_dsi_pll_regs.h"
#include "gt/intel_engine_regs.h"
#include "gt/intel_gt_regs.h"
#include "gvt/gvt.h"
#include "gvt/reg.h"

#include "i915_drv.h"
#include "i915_pvinfo.h"
Expand Down

0 comments on commit 80cf8f1

Please sign in to comment.