summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_nat_helper.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2019-02-19 17:38:22 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-02-27 10:52:47 +0100
commit14cb1a6e29675b3d4ab5f59e50e1c101ae3349e4 (patch)
tree58403ec08539b64009d31f6be954c7c8c520aaf7 /net/netfilter/nf_nat_helper.c
parent3bf195ae6037e310d693ff3313401cfaf1261b71 (diff)
netfilter: nat: remove nf_nat_l4proto.h
after ipv4/6 nat tracker merge, there are no external callers, so make last function static and remove the header. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/nf_nat_helper.c')
-rw-r--r--net/netfilter/nf_nat_helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/nf_nat_helper.c b/net/netfilter/nf_nat_helper.c
index 38793b95d9bc..12dea976d959 100644
--- a/net/netfilter/nf_nat_helper.c
+++ b/net/netfilter/nf_nat_helper.c
@@ -23,7 +23,6 @@
#include <net/netfilter/nf_conntrack_seqadj.h>
#include <net/netfilter/nf_nat.h>
#include <net/netfilter/nf_nat_l3proto.h>
-#include <net/netfilter/nf_nat_l4proto.h>
#include <net/netfilter/nf_nat_core.h>
#include <net/netfilter/nf_nat_helper.h>