[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230810115148.21332-1-guozihua@huawei.com>
Date: Thu, 10 Aug 2023 19:51:48 +0800
From: GUO Zihua <guozihua@...wei.com>
To: <kys@...rosoft.com>, <haiyangz@...rosoft.com>, <wei.liu@...nel.org>,
<decui@...rosoft.com>
CC: <linux-hyperv@...r.kernel.org>, <netdev@...r.kernel.org>
Subject: [PATCH -next] hv_netvsc: Remove duplicated include
Remove duplicated include of linux/slab.h. Resolves checkincludes message.
Signed-off-by: GUO Zihua <guozihua@...wei.com>
---
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_filter.c
index af95947a87c5..ecc2128ca9b7 100644
--- a/drivers/net/hyperv/rndis_filter.c
+++ b/drivers/net/hyperv/rndis_filter.c
@@ -21,7 +21,6 @@
#include <linux/rtnetlink.h>
#include <linux/ucs2_string.h>
#include <linux/string.h>
-#include <linux/slab.h>
#include "hyperv_net.h"
#include "netvsc_trace.h"
--
2.17.1
Powered by blists - more mailing lists