X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fcryptd.c;h=671d4d6d14df106b3b0278364340ef3290d7a185;hb=6b76106d8ef31111d6fc469564b83b5f5542794f;hp=e46d21ae26bc0538003cf72b42fe1a8e90eb51cd;hpb=bc030d6cb9532877c1c5a3f5e7123344fa24a285;p=pandora-kernel.git diff --git a/crypto/cryptd.c b/crypto/cryptd.c index e46d21ae26bc..671d4d6d14df 100644 --- a/crypto/cryptd.c +++ b/crypto/cryptd.c @@ -945,7 +945,7 @@ static void __exit cryptd_exit(void) crypto_unregister_template(&cryptd_tmpl); } -module_init(cryptd_init); +subsys_initcall(cryptd_init); module_exit(cryptd_exit); MODULE_LICENSE("GPL");