X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fcryptd.c;h=671d4d6d14df106b3b0278364340ef3290d7a185;hb=dede6faac448db4251f8996d7dec6afb5a43726a;hp=e46d21ae26bc0538003cf72b42fe1a8e90eb51cd;hpb=394f4528c523d88daabd50f883a8d6b164075555;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");