diff mbox series

[18/18] netfilter: nf_tables: remove nft_af_info.

Message ID 20180523184254.22599-19-pablo@netfilter.org
State Accepted, archived
Delegated to: David Miller
Headers show
Series [01/18] netfilter: fix fallout from xt/nf osf separation | expand

Commit Message

Pablo Neira Ayuso May 23, 2018, 6:42 p.m. UTC
From: Taehee Yoo <ap420073@gmail.com>

The struct nft_af_info was removed.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
 include/net/netns/nftables.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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;