diff options
Diffstat (limited to 'crypto/xts.c')
-rw-r--r-- | crypto/xts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/xts.c b/crypto/xts.c index 847f54f76789..aed11e63ca31 100644 --- a/crypto/xts.c +++ b/crypto/xts.c | |||
@@ -359,7 +359,7 @@ static void __exit crypto_module_exit(void) | |||
359 | crypto_unregister_template(&crypto_tmpl); | 359 | crypto_unregister_template(&crypto_tmpl); |
360 | } | 360 | } |
361 | 361 | ||
362 | module_init(crypto_module_init); | 362 | subsys_initcall(crypto_module_init); |
363 | module_exit(crypto_module_exit); | 363 | module_exit(crypto_module_exit); |
364 | 364 | ||
365 | MODULE_LICENSE("GPL"); | 365 | MODULE_LICENSE("GPL"); |