Liran Alon <liran.alon@xxxxxxxxxx> writes: > The function is only used in kvm.ko module. > > Reviewed-by: Mark Kanda <mark.kanda@xxxxxxxxxx> > Signed-off-by: Liran Alon <liran.alon@xxxxxxxxxx> > --- > arch/x86/kvm/x86.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c > index eb992f5d299f..7e7a0921d92a 100644 > --- a/arch/x86/kvm/x86.c > +++ b/arch/x86/kvm/x86.c > @@ -7916,7 +7916,6 @@ void kvm_vcpu_reload_apic_access_page(struct kvm_vcpu *vcpu) > */ > put_page(page); > } > -EXPORT_SYMBOL_GPL(kvm_vcpu_reload_apic_access_page); > > void __kvm_request_immediate_exit(struct kvm_vcpu *vcpu) > { It doesn't seem that we need the declaration in arch/x86/include/asm/kvm_host.h either (and the function can become local). Anyway, Reviewed-by: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> -- Vitaly