From: Wang Jinchao Date: Fri, 15 Dec 2023 10:06:59 +0000 (+0800) Subject: hv_netvsc: remove duplicated including of slab.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e91db1614abae0cca248040c78b2c25f8dd97872;p=linux.git hv_netvsc: remove duplicated including of slab.h rm the second include Signed-off-by: Wang Jinchao Signed-off-by: David S. Miller --- diff --git a/drivers/net/hyperv/rndis_filter.c b/drivers/net/hyperv/rndis_filter.c index af95947a87c55..ecc2128ca9b72 100644 --- a/drivers/net/hyperv/rndis_filter.c +++ b/drivers/net/hyperv/rndis_filter.c @@ -21,7 +21,6 @@ #include #include #include -#include #include "hyperv_net.h" #include "netvsc_trace.h"