commit | 03ff4979345110d30ecdeab2ae9cb2f451f158bf | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyj.lk@gmail.com> | Sat Aug 13 01:54:15 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 12 21:52:18 2016 -0700 |
tree | 7215f191c13d344cbf4a557946c01c19387bfcf7 | |
parent | 7cac5303ee006b6092d42daa065bb541bda51dd2 [diff] |
sit: make function ipip6_valid_ip_proto() static 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 <weiyj.lk@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>