diff options
Diffstat (limited to 'arch/x86/lib/crc32.c')
| -rw-r--r-- | arch/x86/lib/crc32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/crc32.c b/arch/x86/lib/crc32.c index e6a6285cfca8..d09343e2cea9 100644 --- a/arch/x86/lib/crc32.c +++ b/arch/x86/lib/crc32.c @@ -88,7 +88,7 @@ static int __init crc32_x86_init(void) } return 0; } -arch_initcall(crc32_x86_init); +subsys_initcall(crc32_x86_init); static void __exit crc32_x86_exit(void) { |