]> git.karo-electronics.de Git - karo-tx-linux.git/commit
netfilter: nft_hash: fix non static symbol warning
authorWei Yongjun <weiyj.lk@gmail.com>
Sun, 21 Aug 2016 15:21:10 +0000 (15:21 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 22 Aug 2016 09:45:41 +0000 (11:45 +0200)
commita5e57336451d1ad75c24b9f7e60825f12f117ee0
tree38504a1d567427646afa3a7ef4fefac885be41e4
parent8d6c0eaa9ee9ea7ef0402c7cf47b288f0de0cd91
netfilter: nft_hash: fix non static symbol warning

Fixes the following sparse warning:

net/netfilter/nft_hash.c:40:25: warning:
 symbol 'nft_hash_policy' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nft_hash.c