]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - crypto/sha512_generic.c
crypto: run initcalls for generic implementations earlier
[thirdparty/linux.git] / crypto / sha512_generic.c
index 4097cd555eb6becc50dfa83e7e6596eccc891498..0193ecb8ae1027d088bad0a60e905032c3b67686 100644 (file)
@@ -223,7 +223,7 @@ static void __exit sha512_generic_mod_fini(void)
        crypto_unregister_shashes(sha512_algs, ARRAY_SIZE(sha512_algs));
 }
 
-module_init(sha512_generic_mod_init);
+subsys_initcall(sha512_generic_mod_init);
 module_exit(sha512_generic_mod_fini);
 
 MODULE_LICENSE("GPL");