hv_netvsc: remove duplicated including of slab.h

Message ID 202312151806+0800-wangjinchao@xfusion.com
State New
Headers
Series hv_netvsc: remove duplicated including of slab.h |

Commit Message

Wang Jinchao Dec. 15, 2023, 10:06 a.m. UTC
  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(-)
  

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 15, 2023, 12:20 p.m. UTC | #1
Hello:

This patch was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 15 Dec 2023 18:06:59 +0800 you wrote:
> 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(-)

Here is the summary with links:
  - hv_netvsc: remove duplicated including of slab.h
    https://git.kernel.org/netdev/net-next/c/e91db1614aba

You are awesome, thank you!
  

Patch

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"