diff options
Diffstat (limited to 'crypto/anubis.c')
-rw-r--r-- | crypto/anubis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/anubis.c b/crypto/anubis.c index 4bb187c2a902..673927de0eb9 100644 --- a/crypto/anubis.c +++ b/crypto/anubis.c | |||
@@ -699,7 +699,7 @@ static void __exit anubis_mod_fini(void) | |||
699 | crypto_unregister_alg(&anubis_alg); | 699 | crypto_unregister_alg(&anubis_alg); |
700 | } | 700 | } |
701 | 701 | ||
702 | module_init(anubis_mod_init); | 702 | subsys_initcall(anubis_mod_init); |
703 | module_exit(anubis_mod_fini); | 703 | module_exit(anubis_mod_fini); |
704 | 704 | ||
705 | MODULE_LICENSE("GPL"); | 705 | MODULE_LICENSE("GPL"); |