summaryrefslogtreecommitdiffstats
path: root/crypto/ecb.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ecb.c')
-rw-r--r--crypto/ecb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ecb.c b/crypto/ecb.c
index 0732715c8d91..de839129d151 100644
--- a/crypto/ecb.c
+++ b/crypto/ecb.c
@@ -101,7 +101,7 @@ static void __exit crypto_ecb_module_exit(void)
101 crypto_unregister_template(&crypto_ecb_tmpl); 101 crypto_unregister_template(&crypto_ecb_tmpl);
102} 102}
103 103
104module_init(crypto_ecb_module_init); 104subsys_initcall(crypto_ecb_module_init);
105module_exit(crypto_ecb_module_exit); 105module_exit(crypto_ecb_module_exit);
106 106
107MODULE_LICENSE("GPL"); 107MODULE_LICENSE("GPL");