diff options
Diffstat (limited to 'crypto/cbc.c')
-rw-r--r-- | crypto/cbc.c | 2 |
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 | ||
101 | module_init(crypto_cbc_module_init); | 101 | subsys_initcall(crypto_cbc_module_init); |
102 | module_exit(crypto_cbc_module_exit); | 102 | module_exit(crypto_cbc_module_exit); |
103 | 103 | ||
104 | MODULE_LICENSE("GPL"); | 104 | MODULE_LICENSE("GPL"); |