Browse Source

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>
Taehee Yoo 7 years ago
parent
commit
0c6bca7471
1 changed files with 0 additions and 2 deletions
  1. 0 2
      include/net/netns/nftables.h

+ 0 - 2
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;