From: Xiong Zhenwu <[email protected]> 'linux/psi.h' included in 'kernel/sched/sched.h' is duplicated. it also include in 59th line.
Signed-off-by: Xiong Zhenwu <[email protected]> --- kernel/sched/sched.h | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index 10a1522b1e30..235d8381f142 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h @@ -344,7 +344,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

