]> git.baikalelectronics.ru Git - kernel.git/commit
ip_tunnel: fix sparse non static symbol warning
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 8 Jan 2014 13:59:30 +0000 (21:59 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Jan 2014 19:31:47 +0000 (14:31 -0500)
commita7df5699bb497961404c9c759177380871a8a8f9
tree85fd31b082ba2d6719aee457c89391b91ee1518e
parentd6d06aee0cbfba405db7a155f1874e0611ad8729
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>
net/ipv4/ip_tunnel.c