summaryrefslogtreecommitdiff
path: root/drivers/net/amt.c
diff options
context:
space:
mode:
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>2021-11-03 11:45:07 +0800
committerDavid S. Miller <davem@davemloft.net>2021-11-03 11:06:55 +0000
commita4414341b58397e703c066d28081c58f5057e948 (patch)
tree3d5e98d73178ab306181c2e74a0ba1d0c089ae29 /drivers/net/amt.c
parentdb2434343b2c29817fe1fa63919e9c56218a46e8 (diff)
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.c1
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>