summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/crypto/poly1305-p10-glue.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/lib/crypto/poly1305-p10-glue.c')
-rw-r--r--arch/powerpc/lib/crypto/poly1305-p10-glue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/lib/crypto/poly1305-p10-glue.c b/arch/powerpc/lib/crypto/poly1305-p10-glue.c
index 50ac802220e0..16c2a8316696 100644
--- a/arch/powerpc/lib/crypto/poly1305-p10-glue.c
+++ b/arch/powerpc/lib/crypto/poly1305-p10-glue.c
@@ -76,7 +76,7 @@ static int __init poly1305_p10_init(void)
static_branch_enable(&have_p10);
return 0;
}
-arch_initcall(poly1305_p10_init);
+subsys_initcall(poly1305_p10_init);
static void __exit poly1305_p10_exit(void)
{