]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - crypto/tcrypt.c
crypto: run initcalls for generic implementations earlier
[thirdparty/kernel/stable.git] / crypto / tcrypt.c
index 1ea2d5007ff56167a4343e5d52b113220e831f73..798253f05203e2e982bb78df9d1111a961b3c59e 100644 (file)
@@ -3053,7 +3053,7 @@ err_free_tv:
  */
 static void __exit tcrypt_mod_fini(void) { }
 
-module_init(tcrypt_mod_init);
+subsys_initcall(tcrypt_mod_init);
 module_exit(tcrypt_mod_fini);
 
 module_param(alg, charp, 0);