Skip to content

Commit

Permalink
hv_netvsc: remove duplicated including of slab.h
Browse files Browse the repository at this point in the history
rm the second include <linux/slab.h>

Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Wang Jinchao authored and David S. Miller committed Dec 15, 2023
1 parent f06f089 commit e91db16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/hyperv/rndis_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e91db16

Please sign in to comment.