From: Thorsten Blum Date: Wed, 19 Feb 2025 11:17:57 +0000 (+0100) Subject: sched/core: Remove duplicate included header file stats.h X-Git-Tag: v6.15-rc1~218^2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b796ea8489918efb34cef0972ec3771b4a7b6f9a;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Peter Zijlstra (Intel) Link: https://lkml.kernel.org/r/20250219111756.3070-2-thorsten.blum@linux.dev --- diff --git a/kernel/sched/core.c b/kernel/sched/core.c index 165c90ba64ea9..b00f884701a6b 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"