X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=crypto%2Fpcrypt.c;h=0e9ce329fd47787427e18ba8d28c91553e69df89;hb=d8456eaf319a27d33186f1091bc1ff5c59cf0f0d;hp=d47cfc47b1b1b359216deed02dcd0f96c8bba98b;hpb=9420151d88ca35cd7f857774d90bfdca505a2cc1;p=linux-2.6-microblaze.git diff --git a/crypto/pcrypt.c b/crypto/pcrypt.c index d47cfc47b1b1..0e9ce329fd47 100644 --- a/crypto/pcrypt.c +++ b/crypto/pcrypt.c @@ -512,7 +512,7 @@ static void __exit pcrypt_exit(void) crypto_unregister_template(&pcrypt_tmpl); } -module_init(pcrypt_init); +subsys_initcall(pcrypt_init); module_exit(pcrypt_exit); MODULE_LICENSE("GPL");