summaryrefslogtreecommitdiff
path: root/arch/x86/lib/crc64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/lib/crc64.c')
-rw-r--r--arch/x86/lib/crc64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/crc64.c b/arch/x86/lib/crc64.c
index 1214ee726c16..351a09f5813e 100644
--- a/arch/x86/lib/crc64.c
+++ b/arch/x86/lib/crc64.c
@@ -39,7 +39,7 @@ static int __init crc64_x86_init(void)
}
return 0;
}
-arch_initcall(crc64_x86_init);
+subsys_initcall(crc64_x86_init);
static void __exit crc64_x86_exit(void)
{