Commit a899db5b authored by Andi Shyti's avatar Andi Shyti

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: default avatarAndi Shyti <andi.shyti@linux.intel.com>
Cc: Chris Wilson <chris.p.wilson@linux.intel.com>
Reviewed-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230801141955.383305-5-andi.shyti@linux.intel.com
parent d6c531ab
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
#include "gem/i915_gem_stolen.h" #include "gem/i915_gem_stolen.h"
#include "gt/intel_engine.h" #include "gt/intel_engine.h"
#include "gt/intel_gt_defines.h"
#include "gt/intel_gt_types.h" #include "gt/intel_gt_types.h"
#include "gt/intel_region_lmem.h" #include "gt/intel_region_lmem.h"
#include "gt/intel_workarounds.h" #include "gt/intel_workarounds.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment