]> 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)
commitfd739d501f444fb9ccaf448212122427501e9eb1
tree85fd31b082ba2d6719aee457c89391b91ee1518e
parent686f4da0234a788cfefa304876a5ba9159d942f1
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