[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f6a4ae36-9976-6727-f462-259517c8d0cb@antgroup.com>
Date: Tue, 16 May 2023 00:00:34 +0800
From: "Yan Yan(cailing)" <yanyan.yan@...group.com>
To: linux-kernel@...r.kernel.org, mingo@...hat.com
Cc: "谈鉴锋" <henry.tjf@...group.com>,
"Peter Zijlstra" <peterz@...radead.org>,
"Juri Lelli" <juri.lelli@...hat.com>,
"Vincent Guittot" <vincent.guittot@...aro.org>,
"Dietmar Eggemann" <dietmar.eggemann@....com>,
"Steven Rostedt" <rostedt@...dmis.org>,
"Ben Segall" <bsegall@...gle.com>, "Mel Gorman" <mgorman@...e.de>,
"Daniel Bristot de Oliveira" <bristot@...hat.com>,
"Valentin Schneider" <vschneid@...hat.com>
Subject: Re: [PATCH] sched/headers: remove duplicate included header
Ping.
It seems that removing the two same included lines is ok. Because the
following "sched.h" also includes psi.h.
Any comments?
Thanks,
-Yan Yan
在 2023/5/6 23:39, 晏艳(采苓) 写道:
> linux/psi.h is included more than once.
>
> Signed-off-by: Yan Yan <yanyan.yan@...group.com>
> ---
> 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>
Powered by blists - more mailing lists