2023-08-02 02:46:56

by Yu Liao

[permalink] [raw]
Subject: [PATCH -next] sched/headers: Remove duplicate header inclusion

linux/psi.h and autogroup.h are included twice, remove the duplicate header
inclusion.

Signed-off-by: Yu Liao <[email protected]>
---
kernel/sched/build_utility.c | 1 -
kernel/sched/core.c | 1 -
2 files changed, 2 deletions(-)

diff --git a/kernel/sched/build_utility.c b/kernel/sched/build_utility.c
index 99bdd96f454f..80a3df49ab47 100644
--- a/kernel/sched/build_utility.c
+++ b/kernel/sched/build_utility.c
@@ -34,7 +34,6 @@
#include <linux/nospec.h>
#include <linux/proc_fs.h>
#include <linux/psi.h>
-#include <linux/psi.h>
#include <linux/ptrace_api.h>
#include <linux/sched_clock.h>
#include <linux/security.h>
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index c52c2eba7c73..db6bbf7da4a9 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -85,7 +85,6 @@

#include "sched.h"
#include "stats.h"
-#include "autogroup.h"

#include "autogroup.h"
#include "pelt.h"
--
2.25.1



2023-10-03 19:35:30

by tip-bot2 for Jacob Pan

[permalink] [raw]
Subject: [tip: sched/core] sched/headers: Remove duplicate header inclusions

The following commit has been merged into the sched/core branch of tip:

Commit-ID: d4d6596b43868a1e05fe5b047e73c3aff96444c6
Gitweb: https://git.kernel.org/tip/d4d6596b43868a1e05fe5b047e73c3aff96444c6
Author: Yu Liao <[email protected]>
AuthorDate: Wed, 02 Aug 2023 10:15:01 +08:00
Committer: Ingo Molnar <[email protected]>
CommitterDate: Tue, 03 Oct 2023 21:27:55 +02:00

sched/headers: Remove duplicate header inclusions

<linux/psi.h> and "autogroup.h" are included twice, remove the duplicate header
inclusion.

Signed-off-by: Yu Liao <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
---
kernel/sched/build_utility.c | 1 -
kernel/sched/core.c | 1 -
2 files changed, 2 deletions(-)

diff --git a/kernel/sched/build_utility.c b/kernel/sched/build_utility.c
index 99bdd96..80a3df4 100644
--- a/kernel/sched/build_utility.c
+++ b/kernel/sched/build_utility.c
@@ -34,7 +34,6 @@
#include <linux/nospec.h>
#include <linux/proc_fs.h>
#include <linux/psi.h>
-#include <linux/psi.h>
#include <linux/ptrace_api.h>
#include <linux/sched_clock.h>
#include <linux/security.h>
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 324980e..27aff98 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -85,7 +85,6 @@

#include "sched.h"
#include "stats.h"
-#include "autogroup.h"

#include "autogroup.h"
#include "pelt.h"