* [RESEND PATCH] sched/core: Remove duplicate included header file stats.h
@ 2025-02-09 8:10 Thorsten Blum
0 siblings, 0 replies; 3+ messages in thread
From: Thorsten Blum @ 2025-02-09 8:10 UTC (permalink / raw)
To: Ingo Molnar, Peter Zijlstra, Juri Lelli, Vincent Guittot,
Dietmar Eggemann, Steven Rostedt, Ben Segall, Mel Gorman,
Valentin Schneider
Cc: Thorsten Blum, linux-kernel
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>
---
kernel/sched/core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 165c90ba64ea..b00f884701a6 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"
--
2.48.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [RESEND PATCH] sched/core: Remove duplicate included header file stats.h
@ 2025-02-19 11:17 Thorsten Blum
2025-02-21 19:29 ` [tip: sched/core] " tip-bot2 for Thorsten Blum
0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Blum @ 2025-02-19 11:17 UTC (permalink / raw)
To: Ingo Molnar, Peter Zijlstra, Juri Lelli, Vincent Guittot,
Dietmar Eggemann, Steven Rostedt, Ben Segall, Mel Gorman,
Valentin Schneider
Cc: Thorsten Blum, linux-kernel
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>
---
kernel/sched/core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 9aecd914ac69..d2688b0f265f 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"
--
2.48.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [tip: sched/core] sched/core: Remove duplicate included header file stats.h
2025-02-19 11:17 [RESEND PATCH] sched/core: Remove duplicate included header file stats.h Thorsten Blum
@ 2025-02-21 19:29 ` tip-bot2 for Thorsten Blum
0 siblings, 0 replies; 3+ messages in thread
From: tip-bot2 for Thorsten Blum @ 2025-02-21 19:29 UTC (permalink / raw)
To: linux-tip-commits
Cc: Thorsten Blum, Peter Zijlstra (Intel), x86, linux-kernel
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@linux.dev>
AuthorDate: Wed, 19 Feb 2025 12:17:57 +01:00
Committer: Peter Zijlstra <peterz@infradead.org>
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@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 | 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"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-21 19:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-19 11:17 [RESEND PATCH] sched/core: Remove duplicate included header file stats.h Thorsten Blum
2025-02-21 19:29 ` [tip: sched/core] " tip-bot2 for Thorsten Blum
-- strict thread matches above, loose matches on Subject: below --
2025-02-09 8:10 [RESEND PATCH] " Thorsten Blum
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.