Message ID | 20211105012717.74249-1-zhang.mingyu@zte.com.cn (mailing list archive) |
---|---|
State | Accepted |
Commit | dce981c42151e1f0176b0788c2e1bdc3f1e2bc1f |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | amt: remove duplicate include in amt.c | expand |
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!
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>