Re: [PATCH -next] sit: make function ipip6_valid_ip_proto() static

2016-08-12 Thread David Miller
From: Wei Yongjun Date: Sat, 13 Aug 2016 01:54:15 + > Fixes the following sparse warning: > > net/ipv6/sit.c:1129:6: warning: > symbol 'ipip6_valid_ip_proto' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Applied.

[PATCH -next] sit: make function ipip6_valid_ip_proto() static

2016-08-12 Thread Wei Yongjun
Fixes the following sparse warning: net/ipv6/sit.c:1129:6: warning: symbol 'ipip6_valid_ip_proto' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- net/ipv6/sit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv6/sit.c b/net/ipv6/sit.c index 696ed