projects
/
linux-2.6-microblaze.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
af95947
..
ecc2128
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"