projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a39ff4a
)
ipv6: remove duplicated 'net/lwtunnel.h' include
author
Lv Ruyi
<lv.ruyi@zte.com.cn>
Tue, 31 Aug 2021 09:09:06 +0000
(
02:09
-0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 31 Aug 2021 11:09:23 +0000
(12:09 +0100)
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>
net/ipv6/seg6_iptunnel.c
patch
|
blob
|
history
diff --git
a/net/ipv6/seg6_iptunnel.c
b/net/ipv6/seg6_iptunnel.c
index
6ebc7aa
..
1bf5f5a
100644
(file)
--- 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)