[PATCH] ipv6: seg6: remove duplicated include

From: cgel . zte
Date: Tue Aug 31 2021 - 07:23:57 EST


From: Lv Ruyi <lv.ruyi@xxxxxxxxxx>

Remove all but the first include of net/lwtunnel.h from 'seg6_local.c.

Reported-by: Zeal Robot <zealci@xxxxxxxxxx>
Signed-off-by: Lv Ruyi <lv.ruyi@xxxxxxxxxx>
---
net/ipv6/seg6_local.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/ipv6/seg6_local.c b/net/ipv6/seg6_local.c
index ddc8dfcd4e2b..2dc40b3f373e 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)
--
2.25.1