]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ipv6: seg6: remove duplicated include
authorLv Ruyi <lv.ruyi@zte.com.cn>
Tue, 31 Aug 2021 11:22:50 +0000 (04:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Aug 2021 11:41:47 +0000 (12:41 +0100)
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>
net/ipv6/seg6_local.c

index ddc8dfcd4e2b299315e0d6fe9b062d9f087b2256..2dc40b3f373efb0b9f574fdc99522b4d460a8a61 100644 (file)
@@ -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)