diff options
Diffstat (limited to 'crypto/ecb.c')
-rw-r--r-- | crypto/ecb.c | 2 |
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 | ||
104 | module_init(crypto_ecb_module_init); | 104 | subsys_initcall(crypto_ecb_module_init); |
105 | module_exit(crypto_ecb_module_exit); | 105 | module_exit(crypto_ecb_module_exit); |
106 | 106 | ||
107 | MODULE_LICENSE("GPL"); | 107 | MODULE_LICENSE("GPL"); |