diff options
Diffstat (limited to 'crypto/md4.c')
-rw-r--r-- | crypto/md4.c | 2 |
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 | ||
235 | module_init(md4_mod_init); | 235 | subsys_initcall(md4_mod_init); |
236 | module_exit(md4_mod_fini); | 236 | module_exit(md4_mod_fini); |
237 | 237 | ||
238 | MODULE_LICENSE("GPL"); | 238 | MODULE_LICENSE("GPL"); |