diff options
Diffstat (limited to 'arch/x86/lib/crypto/chacha_glue.c')
| -rw-r--r-- | arch/x86/lib/crypto/chacha_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/crypto/chacha_glue.c b/arch/x86/lib/crypto/chacha_glue.c index 59bf63c00072..94fcefbc8827 100644 --- a/arch/x86/lib/crypto/chacha_glue.c +++ b/arch/x86/lib/crypto/chacha_glue.c @@ -174,7 +174,7 @@ static int __init chacha_simd_mod_init(void) } return 0; } -arch_initcall(chacha_simd_mod_init); +subsys_initcall(chacha_simd_mod_init); static void __exit chacha_simd_mod_exit(void) { |