]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - crypto/pcbc.c
crypto: run initcalls for generic implementations earlier
[thirdparty/kernel/stable.git] / crypto / pcbc.c
index 2fa03fc576fe4af88ba7062238749cf251630d50..31b3ce948474ee7bea8dd9899ac7fa61dc13675a 100644 (file)
@@ -191,7 +191,7 @@ static void __exit crypto_pcbc_module_exit(void)
        crypto_unregister_template(&crypto_pcbc_tmpl);
 }
 
-module_init(crypto_pcbc_module_init);
+subsys_initcall(crypto_pcbc_module_init);
 module_exit(crypto_pcbc_module_exit);
 
 MODULE_LICENSE("GPL");