]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - crypto/rmd128.c
crypto: run initcalls for generic implementations earlier
[thirdparty/kernel/stable.git] / crypto / rmd128.c
index 5f4472256e272f522ae32202779a732fa8ad791a..faf4252c4b85625597cb071a8e077a63dcc91088 100644 (file)
@@ -318,7 +318,7 @@ static void __exit rmd128_mod_fini(void)
        crypto_unregister_shash(&alg);
 }
 
-module_init(rmd128_mod_init);
+subsys_initcall(rmd128_mod_init);
 module_exit(rmd128_mod_fini);
 
 MODULE_LICENSE("GPL");