diff options
Diffstat (limited to 'crypto/md5.c')
| -rw-r--r-- | crypto/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5.c b/crypto/md5.c index 994005cd977d..32c0819f5118 100644 --- a/crypto/md5.c +++ b/crypto/md5.c @@ -216,7 +216,7 @@ static void __exit md5_mod_fini(void) crypto_unregister_shash(&alg); } -subsys_initcall(md5_mod_init); +module_init(md5_mod_init); module_exit(md5_mod_fini); MODULE_LICENSE("GPL"); |