gre_offload: fix sparse non static symbol warning
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 9 Jan 2014 14:22:05 +0000 (22:22 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Jan 2014 19:36:43 +0000 (11:36 -0800)
commitd10dbad2aafacc7e1391595596e7c5138892dd93
treeb894f2e8a65a18272082bbae3b5cdca555ca6e8b
parentc139cd3b43eac8708849755ed14286d0e9d2e589
gre_offload: fix sparse non static symbol warning

Fixes the following sparse warning:

net/ipv4/gre_offload.c:253:5: warning:
 symbol 'gre_gro_complete' 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/gre_offload.c