Browse Source

netfilter: nf_conntrack_proto_gre: spread __exit

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Alexey Dobriyan 16 years ago
parent
commit
56bc0f9603
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/netfilter/nf_conntrack_proto_gre.c

+ 1 - 1
net/netfilter/nf_conntrack_proto_gre.c

@@ -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);