diff options
Diffstat (limited to 'crypto/authencesn.c')
-rw-r--r-- | crypto/authencesn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/authencesn.c b/crypto/authencesn.c index 4741fe89ba2c..58074308e535 100644 --- a/crypto/authencesn.c +++ b/crypto/authencesn.c | |||
@@ -523,7 +523,7 @@ static void __exit crypto_authenc_esn_module_exit(void) | |||
523 | crypto_unregister_template(&crypto_authenc_esn_tmpl); | 523 | crypto_unregister_template(&crypto_authenc_esn_tmpl); |
524 | } | 524 | } |
525 | 525 | ||
526 | module_init(crypto_authenc_esn_module_init); | 526 | subsys_initcall(crypto_authenc_esn_module_init); |
527 | module_exit(crypto_authenc_esn_module_exit); | 527 | module_exit(crypto_authenc_esn_module_exit); |
528 | 528 | ||
529 | MODULE_LICENSE("GPL"); | 529 | MODULE_LICENSE("GPL"); |