diff --git a/crypto/fips140-module.c b/crypto/fips140-module.c index 2b3ecd4bea5a..7971e0bdfb36 100644 --- a/crypto/fips140-module.c +++ b/crypto/fips140-module.c @@ -523,7 +523,8 @@ static bool update_fips140_library_routines(void) * let's disable CFI locally when handling the initcall array, to avoid * surpises. */ -int __init __attribute__((__no_sanitize__("cfi"))) fips140_init(void) +static int __init __attribute__((__no_sanitize__("cfi"))) +fips140_init(void) { const u32 *initcall;