X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=crypto%2Ftwofish_generic.c;h=dbac6e2332858b36f635d72f84b8a387eaf2c808;hb=ebcf5bb28241fe3ddc9e786e3816848a10f688b8;hp=07e62433fbfb98c814dd7b8e8b87336b1ef9843f;hpb=552c69b36ebd966186573b9c7a286b390935cce1;p=linux.git diff --git a/crypto/twofish_generic.c b/crypto/twofish_generic.c index 07e62433fbfb..dbac6e233285 100644 --- a/crypto/twofish_generic.c +++ b/crypto/twofish_generic.c @@ -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");