]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - crypto/rmd320.c
crypto: run initcalls for generic implementations earlier
[thirdparty/kernel/stable.git] / crypto / rmd320.c
index 3ae1df5bb48c8205749846d91a2dce9844299fac..2f062574fc8c8d1f94b65a3d8bffefebe8825ad2 100644 (file)
@@ -386,7 +386,7 @@ static void __exit rmd320_mod_fini(void)
        crypto_unregister_shash(&alg);
 }
 
-module_init(rmd320_mod_init);
+subsys_initcall(rmd320_mod_init);
 module_exit(rmd320_mod_fini);
 
 MODULE_LICENSE("GPL");