projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f2d4b7
)
ipv6: seg6: remove duplicated include
author
Lv Ruyi
<lv.ruyi@zte.com.cn>
Tue, 31 Aug 2021 11:22:50 +0000
(
04:22
-0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/net/ipv6/seg6_local.c
b/net/ipv6/seg6_local.c
index ddc8dfcd4e2b299315e0d6fe9b062d9f087b2256..2dc40b3f373efb0b9f574fdc99522b4d460a8a61 100644
(file)
--- 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)