aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2019-09-13 09:13:03 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-09-13 12:31:24 +0200
commitf5d65c197531e9abb7ede82b052459c1a3cf13c3 (patch)
tree4b450c210c5477914f7bd3b0e24207092b35d2ce /include/linux/netfilter_ipv4
parentnetfilter: fix coding-style errors. (diff)
downloadlinux-dev-f5d65c197531e9abb7ede82b052459c1a3cf13c3.tar.xz
linux-dev-f5d65c197531e9abb7ede82b052459c1a3cf13c3.zip
netfilter: ip_tables: remove unused function declarations.
Two headers include declarations of functions which are never defined. Remove them. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/linux/netfilter_ipv4')
-rw-r--r--include/linux/netfilter_ipv4/ip_tables.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/netfilter_ipv4/ip_tables.h b/include/linux/netfilter_ipv4/ip_tables.h
index f40a65481df4..0b0d43ad9ed9 100644
--- a/include/linux/netfilter_ipv4/ip_tables.h
+++ b/include/linux/netfilter_ipv4/ip_tables.h
@@ -23,8 +23,6 @@
#include <linux/init.h>
#include <uapi/linux/netfilter_ipv4/ip_tables.h>
-extern void ipt_init(void) __init;
-
#if IS_ENABLED(CONFIG_NETFILTER)
int ipt_register_table(struct net *net, const struct xt_table *table,
const struct ipt_replace *repl,