From: Anas Khan Date: Thu, 2 Jul 2026 11:28:20 +0000 (+0530) Subject: drm/xe: remove duplicate include X-Git-Tag: v7.2-rc3~27^2~1^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91426ce50d14a49bde53b3ad1e48393556ba92cd;p=thirdparty%2Fkernel%2Flinux.git drm/xe: remove duplicate include xe_pci.c includes twice, separated only by the include. Drop the redundant second include; this is a non-functional cleanup flagged by scripts/checkincludes.pl. Fixes: 6cad22853cb8 ("drm/xe/kunit: Add stub to read_gmdid") Signed-off-by: Anas Khan Link: https://patch.msgid.link/20260702112820.34675-1-anxkhn28@gmail.com Signed-off-by: Rodrigo Vivi (cherry picked from commit 84ed5b0a925721aaf069d36e18a99db966ff4e80) Signed-off-by: Thomas Hellström --- diff --git a/drivers/gpu/drm/xe/tests/xe_pci.c b/drivers/gpu/drm/xe/tests/xe_pci.c index 9240aff779da..c2c686aed1cb 100644 --- a/drivers/gpu/drm/xe/tests/xe_pci.c +++ b/drivers/gpu/drm/xe/tests/xe_pci.c @@ -9,7 +9,6 @@ #include #include -#include #include #define PLATFORM_CASE(platform__, graphics_step__) \