summaryrefslogtreecommitdiffstats
path: root/crypto/xts.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/xts.c')
-rw-r--r--crypto/xts.c2
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
362module_init(crypto_module_init); 362subsys_initcall(crypto_module_init);
363module_exit(crypto_module_exit); 363module_exit(crypto_module_exit);
364 364
365MODULE_LICENSE("GPL"); 365MODULE_LICENSE("GPL");