]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - crypto/xts.c
crypto: run initcalls for generic implementations earlier
[thirdparty/linux.git] / crypto / xts.c
index 847f54f7678972dcc50c06b867ac2842a7535b4a..aed11e63ca315cdfc4fcf95292b944f3283e678e 100644 (file)
@@ -359,7 +359,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");