]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - crypto/twofish_generic.c
crypto: run initcalls for generic implementations earlier
[mirror_ubuntu-focal-kernel.git] / crypto / twofish_generic.c
index 07e62433fbfb98c814dd7b8e8b87336b1ef9843f..dbac6e2332858b36f635d72f84b8a387eaf2c808 100644 (file)
@@ -205,7 +205,7 @@ static void __exit twofish_mod_fini(void)
        crypto_unregister_alg(&alg);
 }
 
-module_init(twofish_mod_init);
+subsys_initcall(twofish_mod_init);
 module_exit(twofish_mod_fini);
 
 MODULE_LICENSE("GPL");