From nobody Sat Feb 7 16:39:22 2026 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 620CAC7EE23 for ; Thu, 8 Jun 2023 08:03:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232178AbjFHIDj (ORCPT ); Thu, 8 Jun 2023 04:03:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234398AbjFHIDY (ORCPT ); Thu, 8 Jun 2023 04:03:24 -0400 Received: from out30-132.freemail.mail.aliyun.com (out30-132.freemail.mail.aliyun.com [115.124.30.132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 222C7271B; Thu, 8 Jun 2023 01:03:21 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R391e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046051;MF=yang.lee@linux.alibaba.com;NM=1;PH=DS;RN=13;SR=0;TI=SMTPD_---0VkdVVRT_1686211397; Received: from localhost(mailfrom:yang.lee@linux.alibaba.com fp:SMTPD_---0VkdVVRT_1686211397) by smtp.aliyun-inc.com; Thu, 08 Jun 2023 16:03:18 +0800 From: Yang Li To: davem@davemloft.net Cc: edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, kys@microsoft.com, haiyangz@microsoft.com, wei.liu@kernel.org, decui@microsoft.com, linux-hyperv@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Yang Li , Abaci Robot Subject: [PATCH -next] net: hv_netvsc: Remove duplicated include in rndis_filter.c Date: Thu, 8 Jun 2023 16:03:16 +0800 Message-Id: <20230608080316.84203-1-yang.lee@linux.alibaba.com> X-Mailer: git-send-email 2.20.1.7.g153144c MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" ./drivers/net/hyperv/rndis_filter.c: linux/slab.h is included more than onc= e. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=3D5462 Fixes: 4cab498f33f7 ("hv_netvsc: Allocate rx indirection table size dynamic= ally") Signed-off-by: Yang Li Reviewed-by: Simon Horman --- drivers/net/hyperv/rndis_filter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/hyperv/rndis_filter.c b/drivers/net/hyperv/rndis_f= ilter.c index af95947a87c5..ecc2128ca9b7 100644 --- a/drivers/net/hyperv/rndis_filter.c +++ b/drivers/net/hyperv/rndis_filter.c @@ -21,7 +21,6 @@ #include #include #include -#include =20 #include "hyperv_net.h" #include "netvsc_trace.h" --=20 2.20.1.7.g153144c