KVM: MIPS: Make kvm_mips_callbacks const
authorSean Christopherson <seanjc@google.com>
Fri, 24 Feb 2023 19:28:32 +0000 (11:28 -0800)
committerSean Christopherson <seanjc@google.com>
Thu, 23 Mar 2023 23:11:36 +0000 (16:11 -0700)
commit7ffc2e89518a3ad9b81faad67254737d87073f44
tree73c72116e1a2856bb0afa54c39b4d60c35743990
parent752b8a9b4d98da55ab84cfb0d37adca8cd3d17b1
KVM: MIPS: Make kvm_mips_callbacks const

Make kvm_mips_callbacks fully const as it's now hardcoded to point at
kvm_vz_callbacks, the only remaining the set of callbacks.

Link: https://lore.kernel.org/all/beb697c2-dfad-780e-4638-76b229f28731@linaro.org
Suggested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Link: https://lore.kernel.org/r/20230224192832.1286267-1-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/mips/include/asm/kvm_host.h
arch/mips/kvm/vz.c