Re: [PATCH net] sit: ipip6_valid_ip_proto() is static

2016-08-19 Thread David Miller
From: Eric Dumazet Date: Thu, 18 Aug 2016 10:03:55 -0700 > From: Eric Dumazet > > Fixes this sparse error : > net/ipv6/sit.c:1129:6: warning: symbol 'ipip6_valid_ip_proto' was not > declared. Should it be static? > > > Fixes: 49dbe7ae2168b ("sit: support MPLS over IPv4") > Signed-off-by: Eric

[PATCH net] sit: ipip6_valid_ip_proto() is static

2016-08-18 Thread Eric Dumazet
From: Eric Dumazet Fixes this sparse error : net/ipv6/sit.c:1129:6: warning: symbol 'ipip6_valid_ip_proto' was not declared. Should it be static? Fixes: 49dbe7ae2168b ("sit: support MPLS over IPv4") Signed-off-by: Eric Dumazet --- net/ipv6/sit.c |2 +- 1 file changed, 1 insertion(+), 1 de