commit | d0eb1f7e66dd53355746cd6a8e7e56c465dc6cde | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Jan 08 21:59:30 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 09 14:31:47 2014 -0500 |
tree | 85fd31b082ba2d6719aee457c89391b91ee1518e | |
parent | ece37c87ab5aa65ad9c55d781c0f40092aeb49eb [diff] |
ip_tunnel: fix sparse non static symbol warning Fixes the following sparse warning: net/ipv4/ip_tunnel.c:116:18: warning: symbol 'tunnel_dst_check' was not declared. Should it be static? Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: David S. Miller <davem@davemloft.net>