]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - crypto/echainiv.c
crypto: run initcalls for generic implementations earlier
[thirdparty/kernel/stable.git] / crypto / echainiv.c
index 77e607fdbfb73e19ae6ae54ec6ad06df7e8e1c44..e71d1bc8d850d75168aea97b24523db5229a77de 100644 (file)
@@ -174,7 +174,7 @@ static void __exit echainiv_module_exit(void)
        crypto_unregister_template(&echainiv_tmpl);
 }
 
-module_init(echainiv_module_init);
+subsys_initcall(echainiv_module_init);
 module_exit(echainiv_module_exit);
 
 MODULE_LICENSE("GPL");