X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=crypto%2Fpcbc.c;h=31b3ce948474ee7bea8dd9899ac7fa61dc13675a;hb=85c1a25494837ff33fdfebe98b2e4cf5b0c78475;hp=2fa03fc576fe4af88ba7062238749cf251630d50;hpb=a35d9d6a86774bef25a06f6ae1bae8af3f8b05fe;p=linux-2.6-microblaze.git diff --git a/crypto/pcbc.c b/crypto/pcbc.c index 2fa03fc576fe..31b3ce948474 100644 --- a/crypto/pcbc.c +++ b/crypto/pcbc.c @@ -191,7 +191,7 @@ static void __exit crypto_pcbc_module_exit(void) crypto_unregister_template(&crypto_pcbc_tmpl); } -module_init(crypto_pcbc_module_init); +subsys_initcall(crypto_pcbc_module_init); module_exit(crypto_pcbc_module_exit); MODULE_LICENSE("GPL");