From: Jani Nikula Date: Wed, 22 Oct 2025 12:14:50 +0000 (+0300) Subject: drm/xe/compat: drop include xe_device.h from i915_drv.h X-Git-Tag: v6.19-rc1~157^2~17^2~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68aeace1b15ae5eaa37566fa6f09a2cbc6399a70;p=thirdparty%2Fkernel%2Flinux.git drm/xe/compat: drop include xe_device.h from i915_drv.h xe_device.h and xe_device_has_flat_ccs() are no longer needed since commit 3a5c5c472c0e ("drm/i915/display: add HAS_AUX_CCS() feature check"). Reviewed-by: Jouni Högander Link: https://lore.kernel.org/r/20251022121450.452649-2-jani.nikula@intel.com Signed-off-by: Jani Nikula --- diff --git a/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h index 7c657ea98a441..3e79a74ff7def 100644 --- a/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h +++ b/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h @@ -12,7 +12,6 @@ #include -#include "xe_device.h" /* for xe_device_has_flat_ccs() */ #include "xe_device_types.h" static inline struct drm_i915_private *to_i915(const struct drm_device *dev)