]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - crypto/keywrap.c
fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()
[linux.git] / crypto / keywrap.c
index a5cfe610d8f40a240f24add0553eeb9b7c99fe61..a155c88105ea1a91fb9d4f4fde2cf22ec8e1713f 100644 (file)
@@ -310,7 +310,7 @@ static void __exit crypto_kw_exit(void)
        crypto_unregister_template(&crypto_kw_tmpl);
 }
 
-module_init(crypto_kw_init);
+subsys_initcall(crypto_kw_init);
 module_exit(crypto_kw_exit);
 
 MODULE_LICENSE("Dual BSD/GPL");