crypto: run initcalls for generic implementations earlier
[linux-2.6-microblaze.git] / crypto / rmd160.c
index 7376453..b333099 100644 (file)
@@ -362,7 +362,7 @@ static void __exit rmd160_mod_fini(void)
        crypto_unregister_shash(&alg);
 }
 
-module_init(rmd160_mod_init);
+subsys_initcall(rmd160_mod_init);
 module_exit(rmd160_mod_fini);
 
 MODULE_LICENSE("GPL");