[PATCH] hv_netvsc: remove duplicated including of slab.h

Wang Jinchao posted 1 patch 2 years ago
drivers/net/hyperv/rndis_filter.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] hv_netvsc: remove duplicated including of slab.h
Posted by Wang Jinchao 2 years ago
rm the second include <linux/slab.h>

Signed-off-by: Wang Jinchao <wangjinchao@xfusion.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.40.0