]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - crypto/lrw.c
crypto: run initcalls for generic implementations earlier
[thirdparty/linux.git] / crypto / lrw.c
index b6666c595a6866cfe06c3f443fa96995cb4a550f..0cc689ab69596cfa69f70ab886046e37ba12cc5b 100644 (file)
@@ -433,7 +433,7 @@ static void __exit crypto_module_exit(void)
        crypto_unregister_template(&crypto_tmpl);
 }
 
-module_init(crypto_module_init);
+subsys_initcall(crypto_module_init);
 module_exit(crypto_module_exit);
 
 MODULE_LICENSE("GPL");