RISC-V: paravirt: steal_time should be static
authorAndrew Jones <ajones@ventanamicro.com>
Wed, 31 Jan 2024 12:05:13 +0000 (13:05 +0100)
committerAnup Patel <anup@brainfault.org>
Fri, 9 Feb 2024 06:23:08 +0000 (11:53 +0530)
commit17c8e9ac95d81d10e9619a845a68b83c9384be64
tree44f96a54bae7f3035c41df76cb8f61752ea64168
parent54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478
RISC-V: paravirt: steal_time should be static

steal_time is not used outside paravirt.c, make it static,
as sparse suggested.

Fixes: fdf68acccfc6 ("RISC-V: paravirt: Implement steal-time support")
Signed-off-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
Signed-off-by: Anup Patel <anup@brainfault.org>
arch/riscv/kernel/paravirt.c