block: Always check length of all iov entries in blk_rq_map_user_iov()
[pandora-kernel.git] / crypto / cryptd.c
index e46d21a..671d4d6 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");