]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - crypto/serpent_generic.c
crypto: run initcalls for generic implementations earlier
[mirror_ubuntu-eoan-kernel.git] / crypto / serpent_generic.c
index 7c3382facc82e8bb706a48029d90875cafb6a156..ec4ec89ad1085c7b60dde96aa93ec84ee6a39887 100644 (file)
@@ -664,7 +664,7 @@ static void __exit serpent_mod_fini(void)
        crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs));
 }
 
-module_init(serpent_mod_init);
+subsys_initcall(serpent_mod_init);
 module_exit(serpent_mod_fini);
 
 MODULE_LICENSE("GPL");