]> Git Repo - linux.git/commitdiff
drm/i915: Remove unnecessary include
authorAndi Shyti <[email protected]>
Tue, 1 Aug 2023 14:19:55 +0000 (16:19 +0200)
committerAndi Shyti <[email protected]>
Wed, 2 Aug 2023 13:56:53 +0000 (15:56 +0200)
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 <[email protected]>
Cc: Chris Wilson <[email protected]>
Reviewed-by: Mauro Carvalho Chehab <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_drv.h

index 3840919dc85612193021ea489ac4bbd14745d235..151329e55396bbec798e0a6a253fd6f0731d1e03 100644 (file)
@@ -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"
This page took 0.062549 seconds and 4 git commands to generate.