diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-11-20 04:01:37 -0500 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2008-11-20 04:01:37 -0500 |
commit | 56bc0f9603e45cf13db51e554e1541e289a7f8e9 (patch) | |
tree | 292bf5eb6060a8bfd809ecd10b4a12711ef214c6 | |
parent | 61d3015808d877eb4ea225b5924feb128b0c1bc7 (diff) |
netfilter: nf_conntrack_proto_gre: spread __exit
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r-- | net/netfilter/nf_conntrack_proto_gre.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/nf_conntrack_proto_gre.c b/net/netfilter/nf_conntrack_proto_gre.c index 4ab62ad85dd4..1b279f9d6bf3 100644 --- a/net/netfilter/nf_conntrack_proto_gre.c +++ b/net/netfilter/nf_conntrack_proto_gre.c | |||
@@ -341,7 +341,7 @@ static int __init nf_ct_proto_gre_init(void) | |||
341 | return rv; | 341 | return rv; |
342 | } | 342 | } |
343 | 343 | ||
344 | static void nf_ct_proto_gre_fini(void) | 344 | static void __exit nf_ct_proto_gre_fini(void) |
345 | { | 345 | { |
346 | nf_conntrack_l4proto_unregister(&nf_conntrack_l4proto_gre4); | 346 | nf_conntrack_l4proto_unregister(&nf_conntrack_l4proto_gre4); |
347 | unregister_pernet_gen_subsys(proto_gre_net_id, &proto_gre_net_ops); | 347 | unregister_pernet_gen_subsys(proto_gre_net_id, &proto_gre_net_ops); |