Skip to content

Commit a899db5

Browse files
author
Andi Shyti
committed
drm/i915: Remove unnecessary include
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> Reviewed-by: Mauro Carvalho Chehab <mchehab@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20230801141955.383305-5-andi.shyti@linux.intel.com
1 parent d6c531a commit a899db5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/i915/i915_drv.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
#include "gem/i915_gem_stolen.h"
4545

4646
#include "gt/intel_engine.h"
47-
#include "gt/intel_gt_defines.h"
4847
#include "gt/intel_gt_types.h"
4948
#include "gt/intel_region_lmem.h"
5049
#include "gt/intel_workarounds.h"

0 commit comments

Comments
 (0)