]> Git Repo - linux.git/commitdiff
ipv6: seg6: remove duplicated include
authorLv Ruyi <[email protected]>
Tue, 31 Aug 2021 11:22:50 +0000 (04:22 -0700)
committerDavid S. Miller <[email protected]>
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 <[email protected]>
Signed-off-by: Lv Ruyi <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
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)
This page took 0.069634 seconds and 4 git commands to generate.