diff options
Diffstat (limited to 'arch/arm64/lib/crypto/poly1305-glue.c')
| -rw-r--r-- | arch/arm64/lib/crypto/poly1305-glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/lib/crypto/poly1305-glue.c b/arch/arm64/lib/crypto/poly1305-glue.c index 681c26557336..6a661cf04821 100644 --- a/arch/arm64/lib/crypto/poly1305-glue.c +++ b/arch/arm64/lib/crypto/poly1305-glue.c @@ -62,7 +62,7 @@ static int __init neon_poly1305_mod_init(void) static_branch_enable(&have_neon); return 0; } -arch_initcall(neon_poly1305_mod_init); +subsys_initcall(neon_poly1305_mod_init); static void __exit neon_poly1305_mod_exit(void) { |