aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
authorTaehee Yoo <ap420073@gmail.com>2018-05-15 21:23:31 +0900
committerPablo Neira Ayuso <pablo@netfilter.org>2018-05-23 12:16:25 +0200
commit0c6bca747111dee19aa48c8f73d77fc85fcb8dd0 (patch)
tree90a5dbf32bfeb72664c6f7a1d97952747187fded /include/net/netns
parentnetfilter: nfnetlink_queue: resolve clash for unconfirmed conntracks (diff)
downloadlinux-dev-0c6bca747111dee19aa48c8f73d77fc85fcb8dd0.tar.xz
linux-dev-0c6bca747111dee19aa48c8f73d77fc85fcb8dd0.zip
netfilter: nf_tables: remove nft_af_info.
The struct nft_af_info was removed. Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/nftables.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/netns/nftables.h b/include/net/netns/nftables.h
index 48134353411d..29c3851b486a 100644
--- a/include/net/netns/nftables.h
+++ b/include/net/netns/nftables.h
@@ -4,8 +4,6 @@
#include <linux/list.h>
-struct nft_af_info;
-
struct netns_nftables {
struct list_head tables;
struct list_head commit_list;