diff options
author | Lv Ruyi | 2021-08-31 02:09:06 -0700 |
---|---|---|
committer | David S. Miller | 2021-08-31 12:09:23 +0100 |
commit | 53c622db99df0789ade7082d028bf4f3b6064c95 (patch) | |
tree | e3c48632a40fc1a7f241da34f3d92bfd425c91f7 /net | |
parent | a39ff4a47f3e1da3b036817ef436b1a9be10783a (diff) |
ipv6: remove duplicated 'net/lwtunnel.h' include
Remove all but the first include of net/lwtunnel.h from seg6_iptunnel.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>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/seg6_iptunnel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/seg6_iptunnel.c b/net/ipv6/seg6_iptunnel.c index 6ebc7aa24466..1bf5f5ae75ac 100644 --- a/net/ipv6/seg6_iptunnel.c +++ b/net/ipv6/seg6_iptunnel.c @@ -26,7 +26,6 @@ #ifdef CONFIG_IPV6_SEG6_HMAC #include <net/seg6_hmac.h> #endif -#include <net/lwtunnel.h> #include <linux/netfilter.h> static size_t seg6_lwt_headroom(struct seg6_iptunnel_encap *tuninfo) |