]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - crypto/fcrypt.c
crypto: run initcalls for generic implementations earlier
[thirdparty/linux.git] / crypto / fcrypt.c
index 77286ea28865bf4ce5d97f4a556b8aeeed443b14..4e8704405a3b94d24c78bd60083124a61dddf80c 100644 (file)
@@ -414,7 +414,7 @@ static void __exit fcrypt_mod_fini(void)
        crypto_unregister_alg(&fcrypt_alg);
 }
 
-module_init(fcrypt_mod_init);
+subsys_initcall(fcrypt_mod_init);
 module_exit(fcrypt_mod_fini);
 
 MODULE_LICENSE("Dual BSD/GPL");