diff options
author | Arnd Bergmann <[email protected]> | 2023-05-16 18:06:28 +0200 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2023-05-25 17:44:01 +0100 |
commit | 320a93d4df48a378ebf923639fa62770676b80db (patch) | |
tree | 92c9c6a1f63a853dbc0753d6fa946cf480e58198 /tools/perf/scripts/python/Perf-Trace-Util/lib | |
parent | 44c026a73be8038f03dbdeef028b642880cf1511 (diff) |
arm64: xor-neon: mark xor_arm64_neon_*() static
The only references to these functions are in the same file, and
there is no prototype, which causes a harmless warning:
arch/arm64/lib/xor-neon.c:13:6: error: no previous prototype for 'xor_arm64_neon_2' [-Werror=missing-prototypes]
arch/arm64/lib/xor-neon.c:40:6: error: no previous prototype for 'xor_arm64_neon_3' [-Werror=missing-prototypes]
arch/arm64/lib/xor-neon.c:76:6: error: no previous prototype for 'xor_arm64_neon_4' [-Werror=missing-prototypes]
arch/arm64/lib/xor-neon.c:121:6: error: no previous prototype for 'xor_arm64_neon_5' [-Werror=missing-prototypes]
Fixes: cc9f8349cb33 ("arm64: crypto: add NEON accelerated XOR implementation")
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Acked-by: Ard Biesheuvel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions