Commit 77a62e55 authored by Liao Yuanhong's avatar Liao Yuanhong Committed by Philipp Stanner
Browse files

drm/sched/tests: Remove redundant header files



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

Fixes: 5a993507 ("drm/sched: Add scheduler unit testing infrastructure and some basic tests")
Signed-off-by: default avatarLiao Yuanhong <liaoyuanhong@vivo.com>
Reviewed-by: default avatarTvrtko Ursulin <tvrtko.ursulin@igalia.com>
Signed-off-by: default avatarPhilipp Stanner <phasta@kernel.org>
Link: https://lore.kernel.org/r/20250819142630.368796-1-liaoyuanhong@vivo.com
parent ec035aba
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
#include <linux/hrtimer.h>
#include <linux/ktime.h>
#include <linux/list.h>
#include <linux/atomic.h>
#include <linux/mutex.h>
#include <linux/types.h>