summaryrefslogtreecommitdiffstats
path: root/crypto/md4.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md4.c')
-rw-r--r--crypto/md4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md4.c b/crypto/md4.c
index 9965ec40d9f9..9a1a228a0c69 100644
--- a/crypto/md4.c
+++ b/crypto/md4.c
@@ -232,7 +232,7 @@ static void __exit md4_mod_fini(void)
232 crypto_unregister_shash(&alg); 232 crypto_unregister_shash(&alg);
233} 233}
234 234
235module_init(md4_mod_init); 235subsys_initcall(md4_mod_init);
236module_exit(md4_mod_fini); 236module_exit(md4_mod_fini);
237 237
238MODULE_LICENSE("GPL"); 238MODULE_LICENSE("GPL");