X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=crypto%2Fvmac.c;h=f50a85060b39f4359be9c05445bfd90735403a6f;hb=d8456eaf319a27d33186f1091bc1ff5c59cf0f0d;hp=5f436dfdfc61e90264802e41490a5901c75e2c3e;hpb=ad3273d5f1b99d7319a986ab568dcbde2f9e53dd;p=linux-2.6-microblaze.git diff --git a/crypto/vmac.c b/crypto/vmac.c index 5f436dfdfc61..f50a85060b39 100644 --- a/crypto/vmac.c +++ b/crypto/vmac.c @@ -690,7 +690,7 @@ static void __exit vmac_module_exit(void) crypto_unregister_template(&vmac64_tmpl); } -module_init(vmac_module_init); +subsys_initcall(vmac_module_init); module_exit(vmac_module_exit); MODULE_LICENSE("GPL");