]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - crypto/ghash-generic.c
crypto: run initcalls for generic implementations earlier
[mirror_ubuntu-eoan-kernel.git] / crypto / ghash-generic.c
index d9f192b953b22b06ea4adc6b921a1d59a1dde1f2..e6307935413c1657969bd93d0f6f67fd0d37651f 100644 (file)
@@ -149,7 +149,7 @@ static void __exit ghash_mod_exit(void)
        crypto_unregister_shash(&ghash_alg);
 }
 
-module_init(ghash_mod_init);
+subsys_initcall(ghash_mod_init);
 module_exit(ghash_mod_exit);
 
 MODULE_LICENSE("GPL");