diff mbox series

[nf-next] netfilter: nf_nat_ipv4: remove obsolete EXPORT_SYMBOL

Message ID 20180907110224.21761-1-fw@strlen.de
State Accepted
Delegated to: Pablo Neira
Headers show
Series [nf-next] netfilter: nf_nat_ipv4: remove obsolete EXPORT_SYMBOL | expand

Commit Message

Florian Westphal Sept. 7, 2018, 11:02 a.m. UTC
There are no external callers anymore, previous change just
forgot to also remove the EXPORT_SYMBOL().

Fixes: 9971a514ed269 ("netfilter: nf_nat: add nat type hooks to nat core")
Signed-off-by: Florian Westphal <fw@strlen.de>
---
 net/ipv4/netfilter/nf_nat_l3proto_ipv4.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Pablo Neira Ayuso Sept. 17, 2018, 10:32 a.m. UTC | #1
On Fri, Sep 07, 2018 at 01:02:24PM +0200, Florian Westphal wrote:
> There are no external callers anymore, previous change just
> forgot to also remove the EXPORT_SYMBOL().

Also applied, thanks.
diff mbox series

Patch

diff --git a/net/ipv4/netfilter/nf_nat_l3proto_ipv4.c b/net/ipv4/netfilter/nf_nat_l3proto_ipv4.c
index 6115bf1ff6f0..78a67f961d86 100644
--- a/net/ipv4/netfilter/nf_nat_l3proto_ipv4.c
+++ b/net/ipv4/netfilter/nf_nat_l3proto_ipv4.c
@@ -264,7 +264,6 @@  nf_nat_ipv4_fn(void *priv, struct sk_buff *skb,
 
 	return nf_nat_inet_fn(priv, skb, state);
 }
-EXPORT_SYMBOL_GPL(nf_nat_ipv4_fn);
 
 static unsigned int
 nf_nat_ipv4_in(void *priv, struct sk_buff *skb,