aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLv Ruyi <lv.ruyi@zte.com.cn>2021-08-31 04:22:50 -0700
committerDavid S. Miller <davem@davemloft.net>2021-08-31 12:41:47 +0100
commita9e7c3cedc2914f63cd135b75832b9bf850af782 (patch)
tree0a680a9a9c13daccf250128249b47382b2ef289d
parent7f2d4b7ffa42565a41f0fd6aa147d84863bb088b (diff)
downloadlinux-a9e7c3cedc2914f63cd135b75832b9bf850af782.tar.gz
ipv6: seg6: remove duplicated include
Remove all but the first include of net/lwtunnel.h from 'seg6_local.c. Reported-by: Zeal Robot <zealci@zte.com.cn> Signed-off-by: Lv Ruyi <lv.ruyi@zte.com.cn> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/ipv6/seg6_local.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/seg6_local.c b/net/ipv6/seg6_local.c
index ddc8dfcd4e2b29..2dc40b3f373efb 100644
--- a/net/ipv6/seg6_local.c
+++ b/net/ipv6/seg6_local.c
@@ -30,7 +30,6 @@
#include <net/seg6_local.h>
#include <linux/etherdevice.h>
#include <linux/bpf.h>
-#include <net/lwtunnel.h>
#include <linux/netfilter.h>
#define SEG6_F_ATTR(i) BIT(i)