On Wed, 18 Dec 2019 13:55:16 -0800 Sean Christopherson <sean.j.christopherson@xxxxxxxxx> wrote: > Unexport kvm_vcpu_cache and kvm_vcpu_{un}init() and make them static > now that they are referenced only in kvm_main.c. > > Acked-by: Christoffer Dall <christoffer.dall@xxxxxxx> > Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> > --- > include/linux/kvm_host.h | 4 ---- > virt/kvm/kvm_main.c | 9 +++------ > 2 files changed, 3 insertions(+), 10 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>