netfilter: nft_set_pipapo: make the symbol 'nft_pipapo_get' static
authorChen Wandun <chenwandun@huawei.com>
Mon, 10 Feb 2020 08:51:09 +0000 (16:51 +0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 15 Mar 2020 14:20:16 +0000 (15:20 +0100)
commiteb9d7af3b7bd6d1b51c6522de53a5bf9c57e81db
tree6244854ec2a3a1b72a5f66fd0c31e28e031fa632
parent9325f070f7db23261b9b02c7530eadff91d4b8e2
netfilter: nft_set_pipapo: make the symbol 'nft_pipapo_get' static

Fix the following sparse warning:

net/netfilter/nft_set_pipapo.c:739:6: warning: symbol 'nft_pipapo_get' was not declared. Should it be static?

Fixes: 3c4287f62044 ("nf_tables: Add set type for arbitrary concatenation of ranges")
Signed-off-by: Chen Wandun <chenwandun@huawei.com>
Acked-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nft_set_pipapo.c