diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2021-11-03 06:45:07 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-11-03 14:06:55 +0300 |
commit | a4414341b58397e703c066d28081c58f5057e948 (patch) | |
tree | 3d5e98d73178ab306181c2e74a0ba1d0c089ae29 /drivers/net/amt.c | |
parent | db2434343b2c29817fe1fa63919e9c56218a46e8 (diff) | |
download | linux-a4414341b58397e703c066d28081c58f5057e948.tar.xz |
amt: Remove duplicate include
Clean up the following includecheck warning:
./drivers/net/amt.c: net/protocol.h is included more than once.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: Taehee Yoo <ap420073@gmail.com>
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 d8c9ed9f8a81..896c9e2857f0 100644 --- a/drivers/net/amt.c +++ b/drivers/net/amt.c @@ -12,7 +12,6 @@ #include <linux/igmp.h> #include <linux/workqueue.h> #include <net/net_namespace.h> -#include <net/protocol.h> #include <net/ip.h> #include <net/udp.h> #include <net/udp_tunnel.h> |