From: Michal Wajdeczko Date: Tue, 12 May 2026 18:33:36 +0000 (+0200) Subject: drm/xe: Drop unused drm/drm_atomic_helper.h include X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9172676bf1b4adba1992e5c4dedbc9af27701253;p=thirdparty%2Fkernel%2Flinux.git drm/xe: Drop unused drm/drm_atomic_helper.h include We don't need this header in xe_device.c file. Signed-off-by: Michal Wajdeczko Reviewed-by: Jani Nikula Link: https://patch.msgid.link/20260512183342.3374-2-michal.wajdeczko@intel.com --- diff --git a/drivers/gpu/drm/xe/xe_device.c b/drivers/gpu/drm/xe/xe_device.c index 4b45b617a0396..6512f1dfe6919 100644 --- a/drivers/gpu/drm/xe/xe_device.c +++ b/drivers/gpu/drm/xe/xe_device.c @@ -10,7 +10,6 @@ #include #include -#include #include #include #include