Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/sched/tests: Remove redundant header files

The header file <linux/atomic.h> is already included on line 8. Remove the
redundant include.

Fixes: 5a99350794fec ("drm/sched: Add scheduler unit testing infrastructure and some basic tests")
Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Signed-off-by: Philipp Stanner <phasta@kernel.org>
Link: https://lore.kernel.org/r/20250819142630.368796-1-liaoyuanhong@vivo.com

authored by

Liao Yuanhong and committed by
Philipp Stanner
77a62e55 ec035aba

-1
-1
drivers/gpu/drm/scheduler/tests/sched_tests.h
··· 11 11 #include <linux/hrtimer.h> 12 12 #include <linux/ktime.h> 13 13 #include <linux/list.h> 14 - #include <linux/atomic.h> 15 14 #include <linux/mutex.h> 16 15 #include <linux/types.h> 17 16