diff --git a/net/netfilter/core.c b/net/netfilter/core.c index 997dd387d259c0301c436ab2a0ba87afc764baaf..3f8e2d06b9cc0a0003a20ed9745909cd615d42d0 100644 --- a/net/netfilter/core.c +++ b/net/netfilter/core.c @@ -377,8 +377,8 @@ static void nf_remove_net_hook(struct nf_hook_entries *old, } } -void __nf_unregister_net_hook(struct net *net, int pf, - const struct nf_hook_ops *reg) +static void __nf_unregister_net_hook(struct net *net, int pf, + const struct nf_hook_ops *reg) { struct nf_hook_entries __rcu **pp; struct nf_hook_entries *p;