diff options
author | 2019-08-08 01:28:08 -0400 | |
---|---|---|
committer | 2019-08-13 12:15:44 +0200 | |
commit | 5785cf15fd74ec3b1a076fd39bc67382a8455fe7 (patch) | |
tree | d90aa16d39862afcfe95f1e4c883c99b9aa871f1 /tools/perf/scripts/python/stackcollapse.py | |
parent | kbuild: remove all netfilter headers from header-test blacklist. (diff) | |
download | linux-dev-5785cf15fd74ec3b1a076fd39bc67382a8455fe7.tar.xz linux-dev-5785cf15fd74ec3b1a076fd39bc67382a8455fe7.zip |
netfilter: nf_tables: add missing prototypes.
Sparse rightly complains about undeclared symbols.
CHECK net/netfilter/nft_set_hash.c
net/netfilter/nft_set_hash.c:647:21: warning: symbol 'nft_set_rhash_type' was not declared. Should it be static?
net/netfilter/nft_set_hash.c:670:21: warning: symbol 'nft_set_hash_type' was not declared. Should it be static?
net/netfilter/nft_set_hash.c:690:21: warning: symbol 'nft_set_hash_fast_type' was not declared. Should it be static?
CHECK net/netfilter/nft_set_bitmap.c
net/netfilter/nft_set_bitmap.c:296:21: warning: symbol 'nft_set_bitmap_type' was not declared. Should it be static?
CHECK net/netfilter/nft_set_rbtree.c
net/netfilter/nft_set_rbtree.c:470:21: warning: symbol 'nft_set_rbtree_type' was not declared. Should it be static?
Include nf_tables_core.h rather than nf_tables.h to pick up the additional definitions.
Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions