X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=crypto%2Fcbc.c;h=129f79d0336585abbbc08754a8fb1946c3152de6;hb=3aff5fac54d722f363eac7db94536bffb55ca43f;hp=d12efaac9230b089baa5d137576f6ee1fb7488a4;hpb=924973508bf15f2cabbbef7b5c428131fbbd812b;p=sfrench%2Fcifs-2.6.git diff --git a/crypto/cbc.c b/crypto/cbc.c index d12efaac9230..129f79d03365 100644 --- a/crypto/cbc.c +++ b/crypto/cbc.c @@ -98,7 +98,7 @@ static void __exit crypto_cbc_module_exit(void) crypto_unregister_template(&crypto_cbc_tmpl); } -module_init(crypto_cbc_module_init); +subsys_initcall(crypto_cbc_module_init); module_exit(crypto_cbc_module_exit); MODULE_LICENSE("GPL");