diff options
Diffstat (limited to 'crypto/seed.c')
-rw-r--r-- | crypto/seed.c | 2 |
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 | ||
473 | module_init(seed_init); | 473 | subsys_initcall(seed_init); |
474 | module_exit(seed_fini); | 474 | module_exit(seed_fini); |
475 | 475 | ||
476 | MODULE_DESCRIPTION("SEED Cipher Algorithm"); | 476 | MODULE_DESCRIPTION("SEED Cipher Algorithm"); |