diff options
author | Zhang Mingyu <zhang.mingyu@zte.com.cn> | 2021-11-05 02:27:17 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-11-05 15:24:37 +0100 |
commit | dce981c42151e1f0176b0788c2e1bdc3f1e2bc1f (patch) | |
tree | 958a58bb08e033c8f757281d33df19ea22f474ba /drivers/net/amt.c | |
parent | octeontx2-nicvf: fix ioctl callback (diff) | |
download | linux-dce981c42151e1f0176b0788c2e1bdc3f1e2bc1f.tar.xz linux-dce981c42151e1f0176b0788c2e1bdc3f1e2bc1f.zip |
amt: remove duplicate include in amt.c
'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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/amt.c')
-rw-r--r-- | drivers/net/amt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/amt.c b/drivers/net/amt.c index cfd6c8cb4e97..c384b2694f9e 100644 --- a/drivers/net/amt.c +++ b/drivers/net/amt.c @@ -22,7 +22,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> |