* [PATCH] hv_netvsc: remove duplicated including of slab.h
@ 2023-12-15 10:06 Wang Jinchao
2023-12-15 12:20 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Wang Jinchao @ 2023-12-15 10:06 UTC (permalink / raw)
To: K. Y. Srinivasan, Haiyang Zhang, Wei Liu, Dexuan Cui,
David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
linux-hyperv, netdev, linux-kernel
Cc: stone.xulei, wangjinchao
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(-)
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"
--
2.40.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] hv_netvsc: remove duplicated including of slab.h
2023-12-15 10:06 [PATCH] hv_netvsc: remove duplicated including of slab.h Wang Jinchao
@ 2023-12-15 12:20 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-12-15 12:20 UTC (permalink / raw)
To: Wang Jinchao
Cc: kys, haiyangz, wei.liu, decui, davem, edumazet, kuba, pabeni,
linux-hyperv, netdev, linux-kernel, stone.xulei
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-15 12:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-15 10:06 [PATCH] hv_netvsc: remove duplicated including of slab.h Wang Jinchao
2023-12-15 12:20 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).