projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f06f089
)
hv_netvsc: remove duplicated including of slab.h
author
Wang Jinchao
<wangjinchao@xfusion.com>
Fri, 15 Dec 2023 10:06:59 +0000
(18:06 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 15 Dec 2023 12:19:00 +0000
(12:19 +0000)
rm the second include <linux/slab.h>
Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/rndis_filter.c
patch
|
blob
|
history
diff --git
a/drivers/net/hyperv/rndis_filter.c
b/drivers/net/hyperv/rndis_filter.c
index af95947a87c5525b72f4cbbb634fc1ae7307ca80..ecc2128ca9b72a6564db1b7e6465bba3aac0317d 100644
(file)
--- 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"