summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/lib/crc32.c')
-rw-r--r--arch/powerpc/lib/crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/lib/crc32.c b/arch/powerpc/lib/crc32.c
index 42f2dd3c85dd..77e5a37006f0 100644
--- a/arch/powerpc/lib/crc32.c
+++ b/arch/powerpc/lib/crc32.c
@@ -72,7 +72,7 @@ static int __init crc32_powerpc_init(void)
static_branch_enable(&have_vec_crypto);
return 0;
}
-arch_initcall(crc32_powerpc_init);
+subsys_initcall(crc32_powerpc_init);
static void __exit crc32_powerpc_exit(void)
{