]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: core: make local function __nf_unregister_net_hook static
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 10 Jan 2018 07:05:06 +0000 (07:05 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 10 Jan 2018 14:32:14 +0000 (15:32 +0100)
commit6ad87b4ec9a9814f8a9466e096da5c2cbde114d2
tree940f92cd7ff65b32672772163feb9b02219d097d
parentfdd73336cacc63296d86e01fd746f6f5185fa2f9
netfilter: core: make local function __nf_unregister_net_hook static

Fixes the following sparse warning:

net/netfilter/core.c:380:6: warning:
 symbol '__nf_unregister_net_hook' 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/core.c