diff options
-rw-r--r-- | crypto/cryptd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cryptd.c b/crypto/cryptd.c index e46d21ae26bc..671d4d6d14df 100644 --- a/crypto/cryptd.c +++ b/crypto/cryptd.c | |||
@@ -945,7 +945,7 @@ static void __exit cryptd_exit(void) | |||
945 | crypto_unregister_template(&cryptd_tmpl); | 945 | crypto_unregister_template(&cryptd_tmpl); |
946 | } | 946 | } |
947 | 947 | ||
948 | module_init(cryptd_init); | 948 | subsys_initcall(cryptd_init); |
949 | module_exit(cryptd_exit); | 949 | module_exit(cryptd_exit); |
950 | 950 | ||
951 | MODULE_LICENSE("GPL"); | 951 | MODULE_LICENSE("GPL"); |