summaryrefslogtreecommitdiff
path: root/crypto/seed.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/seed.c')
-rw-r--r--crypto/seed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/seed.c b/crypto/seed.c
index c6ba8438be43..a75ac50fa4fd 100644
--- a/crypto/seed.c
+++ b/crypto/seed.c
@@ -470,7 +470,7 @@ static void __exit seed_fini(void)
crypto_unregister_alg(&seed_alg);
}
-module_init(seed_init);
+subsys_initcall(seed_init);
module_exit(seed_fini);
MODULE_DESCRIPTION("SEED Cipher Algorithm");