summaryrefslogtreecommitdiff
path: root/arch/x86/lib/crypto/sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/lib/crypto/sha256.c')
-rw-r--r--arch/x86/lib/crypto/sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/crypto/sha256.c b/arch/x86/lib/crypto/sha256.c
index 47865b5cd94b..ea17514cb0f3 100644
--- a/arch/x86/lib/crypto/sha256.c
+++ b/arch/x86/lib/crypto/sha256.c
@@ -63,7 +63,7 @@ static int __init sha256_x86_mod_init(void)
static_branch_enable(&have_sha256_x86);
return 0;
}
-arch_initcall(sha256_x86_mod_init);
+subsys_initcall(sha256_x86_mod_init);
static void __exit sha256_x86_mod_exit(void)
{