arm64: alternatives: make apply_alternatives_vdso() static
authorMark Rutland <mark.rutland@arm.com>
Thu, 17 Nov 2022 13:16:50 +0000 (13:16 +0000)
committerWill Deacon <will@kernel.org>
Fri, 18 Nov 2022 14:17:37 +0000 (14:17 +0000)
commit56eea7f87fb66d7e9508b1b883a602b8df122b03
treeeaa36f297b82f77e7ec4b563842b0d9277fc7a84
parentd3d10f0d370c6c83e88cd79e450e70c31c6ae50c
arm64: alternatives: make apply_alternatives_vdso() static

We define and use apply_alternatives_vdso() within alternative.c, and
don't provide a prototype in a header. There's no need for it to be
visible outside of alternative.c, so mark it as static.

There should be no functional change as a result of this patch.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Joey Gouly <joey.gouly@arm.com>
Cc: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20221117131650.4056636-1-mark.rutland@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/alternative.c