netfilter: nf_nat: make find/put static
authorStephen Hemminger <shemminger@vyatta.com>
Mon, 4 Oct 2010 18:53:18 +0000 (20:53 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 4 Oct 2010 18:53:18 +0000 (20:53 +0200)
commit0c200d935346fe0ebde9b6dffbb683dddd166fb9
treea880c12f3f68fd3abefd86bea8d445cab3c3c876
parent758ff03387228824617cef9507e5682488bf9e0c
netfilter: nf_nat: make find/put static

The functions nf_nat_proto_find_get and nf_nat_proto_put are
only used internally in nf_nat_core. This might break some out
of tree NAT module.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/net/netfilter/nf_nat_protocol.h
net/ipv4/netfilter/nf_nat_core.c