The following commit has been merged into the sched/core branch of tip: Commit-ID: b796ea8489918efb34cef0972ec3771b4a7b6f9a Gitweb: https://git.kernel.org/tip/b796ea8489918efb34cef0972ec3771b4a7b6f9a Author: Thorsten Blum <thorsten.blum@xxxxxxxxx> AuthorDate: Wed, 19 Feb 2025 12:17:57 +01:00 Committer: Peter Zijlstra <peterz@xxxxxxxxxxxxx> CommitterDate: Fri, 21 Feb 2025 20:19:13 +01:00 sched/core: Remove duplicate included header file stats.h The header file stats.h is included twice. Remove the redundant include and the following make includecheck warning: stats.h is included more than once Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx> Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx> Link: https://lkml.kernel.org/r/20250219111756.3070-2-thorsten.blum@xxxxxxxxx --- kernel/sched/core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c index 165c90b..b00f884 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -91,7 +91,6 @@ #include "autogroup.h" #include "pelt.h" #include "smp.h" -#include "stats.h" #include "../workqueue_internal.h" #include "../../io_uring/io-wq.h"
![]() |