Skip to content

Commit

Permalink
ipv6: seg6: remove duplicated include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lv Ruyi authored and David S. Miller committed Aug 31, 2021
1 parent 7f2d4b7 commit a9e7c3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/ipv6/seg6_local.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a9e7c3c

Please sign in to comment.