mm: vmscan: do not share cgroup iteration between reclaimers
[linux-2.6-microblaze.git] / crypto / poly1305_generic.c
index 2a06874..adc4029 100644 (file)
@@ -318,7 +318,7 @@ static void __exit poly1305_mod_exit(void)
        crypto_unregister_shash(&poly1305_alg);
 }
 
-module_init(poly1305_mod_init);
+subsys_initcall(poly1305_mod_init);
 module_exit(poly1305_mod_exit);
 
 MODULE_LICENSE("GPL");