]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - crypto/xts.c
Merge tag 'mmc-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
[linux.git] / crypto / xts.c
index 2f948328cabbd97f8504941b4fd50cce1122b086..33cf726df4acafa40920d80046fc367d64656943 100644 (file)
@@ -363,7 +363,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");