Commit 56bc0f96 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Patrick McHardy

netfilter: nf_conntrack_proto_gre: spread __exit

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
parent 61d30158
...@@ -341,7 +341,7 @@ static int __init nf_ct_proto_gre_init(void) ...@@ -341,7 +341,7 @@ static int __init nf_ct_proto_gre_init(void)
return rv; return rv;
} }
static void nf_ct_proto_gre_fini(void) static void __exit nf_ct_proto_gre_fini(void)
{ {
nf_conntrack_l4proto_unregister(&nf_conntrack_l4proto_gre4); nf_conntrack_l4proto_unregister(&nf_conntrack_l4proto_gre4);
unregister_pernet_gen_subsys(proto_gre_net_id, &proto_gre_net_ops); unregister_pernet_gen_subsys(proto_gre_net_id, &proto_gre_net_ops);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment