]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - crypto/gcm.c
crypto: run initcalls for generic implementations earlier
[thirdparty/kernel/stable.git] / crypto / gcm.c
index e1a11f529d2576a213a9906c46a84478f6397856..ff498411b43f6ed500f323700ca1256a060ab1ff 100644 (file)
@@ -1258,7 +1258,7 @@ static void __exit crypto_gcm_module_exit(void)
                                    ARRAY_SIZE(crypto_gcm_tmpls));
 }
 
-module_init(crypto_gcm_module_init);
+subsys_initcall(crypto_gcm_module_init);
 module_exit(crypto_gcm_module_exit);
 
 MODULE_LICENSE("GPL");