]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - crypto/cmac.c
crypto: run initcalls for generic implementations earlier
[thirdparty/kernel/stable.git] / crypto / cmac.c
index 16301f52858ca64995dc194b1e12791ed0d139a7..c60b6c011ec600595c4dee76b998d4528a64a7e9 100644 (file)
@@ -313,7 +313,7 @@ static void __exit crypto_cmac_module_exit(void)
        crypto_unregister_template(&crypto_cmac_tmpl);
 }
 
-module_init(crypto_cmac_module_init);
+subsys_initcall(crypto_cmac_module_init);
 module_exit(crypto_cmac_module_exit);
 
 MODULE_LICENSE("GPL");