summaryrefslogtreecommitdiffstats
path: root/crypto/cbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cbc.c')
-rw-r--r--crypto/cbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cbc.c b/crypto/cbc.c
index d12efaac9230..129f79d03365 100644
--- a/crypto/cbc.c
+++ b/crypto/cbc.c
@@ -98,7 +98,7 @@ static void __exit crypto_cbc_module_exit(void)
98 crypto_unregister_template(&crypto_cbc_tmpl); 98 crypto_unregister_template(&crypto_cbc_tmpl);
99} 99}
100 100
101module_init(crypto_cbc_module_init); 101subsys_initcall(crypto_cbc_module_init);
102module_exit(crypto_cbc_module_exit); 102module_exit(crypto_cbc_module_exit);
103 103
104MODULE_LICENSE("GPL"); 104MODULE_LICENSE("GPL");