diff options
Diffstat (limited to 'crypto/authenc.c')
-rw-r--r-- | crypto/authenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/authenc.c b/crypto/authenc.c index 4be293a4b5f0..b3eddac7fa3a 100644 --- a/crypto/authenc.c +++ b/crypto/authenc.c | |||
@@ -508,7 +508,7 @@ static void __exit crypto_authenc_module_exit(void) | |||
508 | crypto_unregister_template(&crypto_authenc_tmpl); | 508 | crypto_unregister_template(&crypto_authenc_tmpl); |
509 | } | 509 | } |
510 | 510 | ||
511 | module_init(crypto_authenc_module_init); | 511 | subsys_initcall(crypto_authenc_module_init); |
512 | module_exit(crypto_authenc_module_exit); | 512 | module_exit(crypto_authenc_module_exit); |
513 | 513 | ||
514 | MODULE_LICENSE("GPL"); | 514 | MODULE_LICENSE("GPL"); |