From nobody Fri Sep 12 14:34:55 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B71E4C61DA4 for ; Thu, 9 Feb 2023 07:12:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229647AbjBIHMp (ORCPT ); Thu, 9 Feb 2023 02:12:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47740 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229476AbjBIHMm (ORCPT ); Thu, 9 Feb 2023 02:12:42 -0500 Received: from mxct.zte.com.cn (mxct.zte.com.cn [183.62.165.209]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 01F433C28 for ; Wed, 8 Feb 2023 23:12:38 -0800 (PST) Received: from mse-fl2.zte.com.cn (unknown [10.5.228.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mxct.zte.com.cn (FangMail) with ESMTPS id 4PC7Nj1rQNz501Qv; Thu, 9 Feb 2023 15:12:37 +0800 (CST) Received: from xaxapp02.zte.com.cn ([10.88.97.241]) by mse-fl2.zte.com.cn with SMTP id 3197CMbm099301; Thu, 9 Feb 2023 15:12:22 +0800 (+08) (envelope-from ye.xingchen@zte.com.cn) Received: from mapi (xaxapp01[null]) by mapi (Zmail) with MAPI id mid31; Thu, 9 Feb 2023 15:12:24 +0800 (CST) Date: Thu, 9 Feb 2023 15:12:24 +0800 (CST) X-Zmail-TransId: 2af963e49cd815a63a84 X-Mailer: Zmail v1.0 Message-ID: <202302091512245950001@zte.com.cn> Mime-Version: 1.0 From: To: Cc: , , , , , , , , , Subject: =?UTF-8?B?W1BBVENIXSBzY2hlZC90b3BvbG9neTogcmVtb3ZlIGR1cGxpY2F0ZSBpbmNsdWRlIGhlYWRlciBpbiB0b3BvbG9neS5j?= X-MAIL: mse-fl2.zte.com.cn 3197CMbm099301 X-Fangmail-Gw-Spam-Type: 0 X-Fangmail-Anti-Spam-Filtered: true X-Fangmail-MID-QID: 63E49CE5.000/4PC7Nj1rQNz501Qv Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Ye Xingchen linux/bsearch.h is included more than once. Signed-off-by: Ye Xingchen --- 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 static void init_numa_topology_type(int offline_node) { --=20 2.25.1