]> git.hungrycats.org Git - linux/commitdiff
[IPV6]: cleanup_ipv6_mibs cannot be __exit, since it is called on the ipv6_init error...
authorAnders Gustafsson <andersg@0x63.nu>
Thu, 9 Jan 2003 14:49:24 +0000 (06:49 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Thu, 9 Jan 2003 14:49:24 +0000 (06:49 -0800)
net/ipv6/af_inet6.c

index 309be737569f4f48b84d8c917a4834570cfb81ca..611b2e6d8f291ba31636c35e390cb2a9117b059c 100644 (file)
@@ -684,7 +684,7 @@ err_ip_mib0:
        
 }
 
-static void __exit cleanup_ipv6_mibs(void)
+static void cleanup_ipv6_mibs(void)
 {
        kfree_percpu(ipv6_statistics[0]);
        kfree_percpu(ipv6_statistics[1]);