crypto: run initcalls for generic implementations earlier
[linux-2.6-block.git] / crypto / rmd256.c
index 0e9d30676a0136fe02b8e7ca8c01483a34e19d38..2a643250c9a5c0addd18fe83d1ffd5c0c6c8fcd3 100644 (file)
@@ -337,7 +337,7 @@ static void __exit rmd256_mod_fini(void)
        crypto_unregister_shash(&alg);
 }
 
-module_init(rmd256_mod_init);
+subsys_initcall(rmd256_mod_init);
 module_exit(rmd256_mod_fini);
 
 MODULE_LICENSE("GPL");