crypto: run initcalls for generic implementations earlier
[linux-block.git] / crypto / ccm.c
index 50df8f001c1c926eecb01cd2870d2e08489e16c2..3d036df0f4d4a1d9d5d2550e5063a932e52edb55 100644 (file)
@@ -1014,7 +1014,7 @@ static void __exit crypto_ccm_module_exit(void)
                                    ARRAY_SIZE(crypto_ccm_tmpls));
 }
 
-module_init(crypto_ccm_module_init);
+subsys_initcall(crypto_ccm_module_init);
 module_exit(crypto_ccm_module_exit);
 
 MODULE_LICENSE("GPL");