[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20211019064621.982233-1-ye.guojin@zte.com.cn>
Date: Tue, 19 Oct 2021 06:46:21 +0000
From: cgel.zte@...il.com
To: mingo@...hat.com
Cc: peterz@...radead.org, juri.lelli@...hat.com,
vincent.guittot@...aro.org, dietmar.eggemann@....com,
rostedt@...dmis.org, bsegall@...gle.com, mgorman@...e.de,
bristot@...hat.com, linux-kernel@...r.kernel.org,
Ye Guojin <ye.guojin@....com.cn>,
Zeal Robot <zealci@....com.cn>
Subject: [PATCH] sched: remove duplicate include in sched.h
From: Ye Guojin <ye.guojin@....com.cn>
'linux/psi.h' included in 'sched.h' is duplicated.
it's also included at line 59.
Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: Ye Guojin <ye.guojin@....com.cn>
---
kernel/sched/sched.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index 5e82db2c2799..a5dadf63d92a 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -354,7 +354,6 @@ extern bool dl_cpu_busy(unsigned int cpu);
#ifdef CONFIG_CGROUP_SCHED
#include <linux/cgroup.h>
-#include <linux/psi.h>
struct cfs_rq;
struct rt_rq;
--
2.25.1
Powered by blists - more mailing lists