Skip to content

Commit 80cf8f1

Browse files
committed
drm/i915/gvt: don't include gvt.h from intel_gvt_mmio_table.h
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
1 parent 9e92a6d commit 80cf8f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/gpu/drm/i915/intel_gvt_mmio_table.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
#include "display/intel_psr_regs.h"
1616
#include "display/skl_watermark_regs.h"
1717
#include "display/vlv_dsi_pll_regs.h"
18+
#include "gt/intel_engine_regs.h"
1819
#include "gt/intel_gt_regs.h"
19-
#include "gvt/gvt.h"
20+
#include "gvt/reg.h"
2021

2122
#include "i915_drv.h"
2223
#include "i915_pvinfo.h"

0 commit comments

Comments
 (0)