]> git.ipfire.org Git - thirdparty/kernel/linux.git/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)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 9 Jul 2026 10:09:31 +0000 (12:09 +0200)
commit91426ce50d14a49bde53b3ad1e48393556ba92cd
treeef112d2d633f340e7c265330640fe4b4a94d1c70
parentaf80e2bfde9312c76b60cf9274248dce0410b30d
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>
(cherry picked from commit 84ed5b0a925721aaf069d36e18a99db966ff4e80)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
drivers/gpu/drm/xe/tests/xe_pci.c