summaryrefslogtreecommitdiffstats
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)
470 crypto_unregister_alg(&seed_alg); 470 crypto_unregister_alg(&seed_alg);
471} 471}
472 472
473module_init(seed_init); 473subsys_initcall(seed_init);
474module_exit(seed_fini); 474module_exit(seed_fini);
475 475
476MODULE_DESCRIPTION("SEED Cipher Algorithm"); 476MODULE_DESCRIPTION("SEED Cipher Algorithm");