diff mbox series

[4/4] drm/i915: Remove unnecessary include

Message ID 20230801141955.383305-5-andi.shyti@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series Invalidate TLB cache for all GT's | expand

Commit Message

Andi Shyti Aug. 1, 2023, 2:19 p.m. UTC
The inclusion of intel_gt_defines.h was initially added to
i915_drv.h to provide the definition of I915_MAX_GT, where it was
originally defined.

However, since I915_MAX_GT is now included in
i915_gem_object_types.h, it sis no longer required in i915_drv.h.

Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Cc: Chris Wilson <chris.p.wilson@linux.intel.com>
---
 drivers/gpu/drm/i915/i915_drv.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 1584b01e1bd6c..a1a2fe31f4340 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -44,7 +44,6 @@ 
 #include "gem/i915_gem_stolen.h"
 
 #include "gt/intel_engine.h"
-#include "gt/intel_gt_defines.h"
 #include "gt/intel_gt_types.h"
 #include "gt/intel_region_lmem.h"
 #include "gt/intel_workarounds.h"