]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
sched/core: Remove duplicate included header file stats.h
authorThorsten Blum <thorsten.blum@linux.dev>
Wed, 19 Feb 2025 11:17:57 +0000 (12:17 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 21 Feb 2025 19:19:13 +0000 (20:19 +0100)
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@linux.dev>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20250219111756.3070-2-thorsten.blum@linux.dev
kernel/sched/core.c

index 165c90ba64ea93b65e4db83f7b0d411553e4fdc0..b00f884701a6b5326923fe31821863e240939370 100644 (file)
@@ -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"