netfilter: gre: Remove unused function declaration nf_ct_gre_keymap_flush()
authorYue Haibing <yuehaibing@huawei.com>
Wed, 2 Aug 2023 13:09:57 +0000 (21:09 +0800)
committerFlorian Westphal <fw@strlen.de>
Tue, 8 Aug 2023 11:01:59 +0000 (13:01 +0200)
Commit a23f89a99906 ("netfilter: conntrack: nf_ct_gre_keymap_flush() removal")
leave this unused, remove it.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
include/linux/netfilter/nf_conntrack_proto_gre.h

index f33aa6021364724399a01706b654fdd414221a91..34ce5d2f37a2afefc442f410cded2fe27fda6437 100644 (file)
@@ -25,7 +25,6 @@ struct nf_ct_gre_keymap {
 int nf_ct_gre_keymap_add(struct nf_conn *ct, enum ip_conntrack_dir dir,
                         struct nf_conntrack_tuple *t);
 
-void nf_ct_gre_keymap_flush(struct net *net);
 /* delete keymap entries */
 void nf_ct_gre_keymap_destroy(struct nf_conn *ct);