From: <ye.xingchen@zte.com.cn>
To: <mingo@redhat.com>
Cc: <peterz@infradead.org>, <juri.lelli@redhat.com>,
<vincent.guittot@linaro.org>, <dietmar.eggemann@arm.com>,
<rostedt@goodmis.org>, <bsegall@google.com>, <mgorman@suse.de>,
<bristot@redhat.com>, <vschneid@redhat.com>,
<linux-kernel@vger.kernel.org>
Subject: [PATCH] sched/topology: remove duplicate include header in topology.c
Date: Thu, 9 Feb 2023 15:12:24 +0800 (CST) [thread overview]
Message-ID: <202302091512245950001@zte.com.cn> (raw)
From: Ye Xingchen <ye.xingchen@zte.com.cn>
linux/bsearch.h is included more than once.
Signed-off-by: Ye Xingchen <ye.xingchen@zte.com.cn>
---
kernel/sched/topology.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/sched/topology.c b/kernel/sched/topology.c
index ebc8cbeb55dc..eb339751fe90 100644
--- a/kernel/sched/topology.c
+++ b/kernel/sched/topology.c
@@ -1766,7 +1766,6 @@ bool find_numa_distance(int distance)
* there is an intermediary node C, which is < N hops away from both
* nodes A and B, the system is a glueless mesh.
*/
-#include <linux/bsearch.h>
static void init_numa_topology_type(int offline_node)
{
--
2.25.1
next reply other threads:[~2023-02-09 7:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-09 7:12 ye.xingchen [this message]
2023-02-15 18:16 ` [PATCH] sched/topology: remove duplicate include header in topology.c Valentin Schneider
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202302091512245950001@zte.com.cn \
--to=ye.xingchen@zte.com.cn \
--cc=bristot@redhat.com \
--cc=bsegall@google.com \
--cc=dietmar.eggemann@arm.com \
--cc=juri.lelli@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mgorman@suse.de \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=vincent.guittot@linaro.org \
--cc=vschneid@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox