[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220912080302.17366-1-xu.panda@zte.com.cn>
Date: Mon, 12 Sep 2022 08:03:03 +0000
From: cgel.zte@...il.com
To: mingo@...hat.com
Cc: juri.lelli@...hat.com, vincent.guittot@...aro.org,
dietmar.eggemann@....com, rostedt@...dmis.org, bsegall@...gle.com,
mgorman@...e.de, bristot@...hat.com, vschneid@...hat.com,
linux-kernel@...r.kernel.org, Xu Panda <xu.panda@....com.cn>,
Zeal Robot <zealci@....com.cn>
Subject: [PATCH linux-next] sched/build_utility: remove duplicate referenced header files
From: Xu Panda <xu.panda@....com.cn>
linux/psi.h is included more than once.
Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: Xu Panda <xu.panda@....com.cn>
---
kernel/sched/build_utility.c | 1 -
1 file changed, 1 deletion(-)
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>
--
2.15.2
Powered by blists - more mailing lists