From: Lv Ruyi Date: Tue, 31 Aug 2021 11:22:50 +0000 (-0700) Subject: ipv6: seg6: remove duplicated include X-Git-Tag: v5.15-rc1~157^2~2 X-Git-Url: https://repo.jachan.dev/linux.git/commitdiff_plain/a9e7c3cedc2914f63cd135b75832b9bf850af782 ipv6: seg6: remove duplicated include Remove all but the first include of net/lwtunnel.h from 'seg6_local.c. Reported-by: Zeal Robot Signed-off-by: Lv Ruyi Signed-off-by: David S. Miller --- diff --git a/net/ipv6/seg6_local.c b/net/ipv6/seg6_local.c index ddc8dfcd4e2b..2dc40b3f373e 100644 --- a/net/ipv6/seg6_local.c +++ b/net/ipv6/seg6_local.c @@ -30,7 +30,6 @@ #include #include #include -#include #include #define SEG6_F_ATTR(i) BIT(i)