Skip to content

Commit b796ea8

Browse files
tobluxPeter Zijlstra
authored andcommitted
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@linux.dev> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20250219111756.3070-2-thorsten.blum@linux.dev
1 parent d90c9de commit b796ea8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

kernel/sched/core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
#include "autogroup.h"
9292
#include "pelt.h"
9393
#include "smp.h"
94-
#include "stats.h"
9594

9695
#include "../workqueue_internal.h"
9796
#include "../../io_uring/io-wq.h"

0 commit comments

Comments
 (0)