diff options
Diffstat (limited to 'arch/powerpc/lib/crypto/chacha-p10-glue.c')
| -rw-r--r-- | arch/powerpc/lib/crypto/chacha-p10-glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/lib/crypto/chacha-p10-glue.c b/arch/powerpc/lib/crypto/chacha-p10-glue.c index 351ed409f9b2..51daeaf5d26e 100644 --- a/arch/powerpc/lib/crypto/chacha-p10-glue.c +++ b/arch/powerpc/lib/crypto/chacha-p10-glue.c @@ -87,7 +87,7 @@ static int __init chacha_p10_init(void) static_branch_enable(&have_p10); return 0; } -arch_initcall(chacha_p10_init); +subsys_initcall(chacha_p10_init); static void __exit chacha_p10_exit(void) { |