drm/i915: Remove unnecessary include
authorAndi Shyti <andi.shyti@linux.intel.com>
Tue, 1 Aug 2023 14:19:55 +0000 (16:19 +0200)
committerAndi Shyti <andi.shyti@linux.intel.com>
Wed, 2 Aug 2023 13:56:53 +0000 (15:56 +0200)
commita899db5b8f9f762097a9eb00373b92f2c3d452b3
treea047fa1024b95e5fdf3546e2a1b03a19c6157a39
parentd6c531ab482031a66a3544423330d30894dba2df
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
drivers/gpu/drm/i915/i915_drv.h