]> git.hungrycats.org Git - linux/commit
drm/xe: remove duplicate <kunit/test-bug.h> include
authorAnas Khan <anxkhn28@gmail.com>
Thu, 2 Jul 2026 11:28:20 +0000 (16:58 +0530)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Fri, 3 Jul 2026 18:23:16 +0000 (14:23 -0400)
commit84ed5b0a925721aaf069d36e18a99db966ff4e80
tree5fe99ca4894a9b85ec4e6680cbd5569b376a2218
parenta6b842acf3ddd1efc53a56de9260cfa718fb35e7
drm/xe: remove duplicate <kunit/test-bug.h> include

xe_pci.c includes <kunit/test-bug.h> twice, separated only by the
<kunit/test.h> 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 <anxkhn28@gmail.com>
Link: https://patch.msgid.link/20260702112820.34675-1-anxkhn28@gmail.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/tests/xe_pci.c