]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - crypto/twofish_generic.c
Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[linux.git] / crypto / twofish_generic.c
index 07e62433fbfb98c814dd7b8e8b87336b1ef9843f..dbac6e2332858b36f635d72f84b8a387eaf2c808 100644 (file)
@@ -205,7 +205,7 @@ static void __exit twofish_mod_fini(void)
        crypto_unregister_alg(&alg);
 }
 
-module_init(twofish_mod_init);
+subsys_initcall(twofish_mod_init);
 module_exit(twofish_mod_fini);
 
 MODULE_LICENSE("GPL");