All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] amt: remove duplicate include in amt.c
@ 2021-11-05  1:27 cgel.zte
  2021-11-05 14:30 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: cgel.zte @ 2021-11-05  1:27 UTC (permalink / raw)
  To: ap420073; +Cc: davem, kuba, netdev, linux-kernel, Zhang Mingyu, Zeal Robot

From: Zhang Mingyu <zhang.mingyu@zte.com.cn>

'net/protocol.h' included in 'drivers/net/amt.c' is duplicated.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Zhang Mingyu <zhang.mingyu@zte.com.cn>
---
 drivers/net/amt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/amt.c b/drivers/net/amt.c
index 60a7053a9cf7..fc75aded1b6f 100644
--- a/drivers/net/amt.c
+++ b/drivers/net/amt.c
@@ -23,7 +23,6 @@
 #include <linux/security.h>
 #include <net/gro_cells.h>
 #include <net/ipv6.h>
-#include <net/protocol.h>
 #include <net/if_inet6.h>
 #include <net/ndisc.h>
 #include <net/addrconf.h>
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] amt: remove duplicate include in amt.c
  2021-11-05  1:27 [PATCH] amt: remove duplicate include in amt.c cgel.zte
@ 2021-11-05 14:30 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-11-05 14:30 UTC (permalink / raw)
  To: luo penghao
  Cc: ap420073, davem, kuba, netdev, linux-kernel, zhang.mingyu, zealci

Hello:

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

On Fri,  5 Nov 2021 01:27:17 +0000 you wrote:
> From: Zhang Mingyu <zhang.mingyu@zte.com.cn>
> 
> 'net/protocol.h' included in 'drivers/net/amt.c' is duplicated.
> 
> Reported-by: Zeal Robot <zealci@zte.com.cn>
> Signed-off-by: Zhang Mingyu <zhang.mingyu@zte.com.cn>
> 
> [...]

Here is the summary with links:
  - amt: remove duplicate include in amt.c
    https://git.kernel.org/netdev/net/c/dce981c42151

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:[~2021-11-05 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-05  1:27 [PATCH] amt: remove duplicate include in amt.c cgel.zte
2021-11-05 14:30 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.