]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - crypto/cryptd.c
usb-storage: Accept 8020i-protocol commands longer than 12 bytes
[karo-tx-linux.git] / crypto / cryptd.c
index e46d21ae26bc0538003cf72b42fe1a8e90eb51cd..671d4d6d14df106b3b0278364340ef3290d7a185 100644 (file)
@@ -945,7 +945,7 @@ static void __exit cryptd_exit(void)
        crypto_unregister_template(&cryptd_tmpl);
 }
 
-module_init(cryptd_init);
+subsys_initcall(cryptd_init);
 module_exit(cryptd_exit);
 
 MODULE_LICENSE("GPL");