]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - crypto/sha512_generic.c
Merge tag 'docs-5.2' of git://git.lwn.net/linux
[mirror_ubuntu-jammy-kernel.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");