summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorWang Jinchao <wangjinchao@xfusion.com>2023-12-15 13:06:59 +0300
committerDavid S. Miller <davem@davemloft.net>2023-12-15 15:19:00 +0300
commite91db1614abae0cca248040c78b2c25f8dd97872 (patch)
treec192bebed8f0d2988a858a064bd11c1d51581109 /drivers
parentf06f0891ce21d01517d88122b97caa2dbb8dc96d (diff)
downloadlinux-e91db1614abae0cca248040c78b2c25f8dd97872.tar.xz
hv_netvsc: remove duplicated including of slab.h
rm the second include <linux/slab.h> Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/hyperv/rndis_filter.c1
1 files changed, 0 insertions, 1 deletions
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"