diff options
Diffstat (limited to 'crypto/ecdh.c')
-rw-r--r-- | crypto/ecdh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ecdh.c b/crypto/ecdh.c index bf6300175b9c..890092bd8989 100644 --- a/crypto/ecdh.c +++ b/crypto/ecdh.c | |||
@@ -166,7 +166,7 @@ static void ecdh_exit(void) | |||
166 | crypto_unregister_kpp(&ecdh); | 166 | crypto_unregister_kpp(&ecdh); |
167 | } | 167 | } |
168 | 168 | ||
169 | module_init(ecdh_init); | 169 | subsys_initcall(ecdh_init); |
170 | module_exit(ecdh_exit); | 170 | module_exit(ecdh_exit); |
171 | MODULE_ALIAS_CRYPTO("ecdh"); | 171 | MODULE_ALIAS_CRYPTO("ecdh"); |
172 | MODULE_LICENSE("GPL"); | 172 | MODULE_LICENSE("GPL"); |