From: Sean Christopherson Date: Thu, 29 Mar 2018 22:04:01 +0000 (-0700) Subject: KVM: x86: remove obsolete EXPORT... of handle_mmio_page_fault X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a1d588e951afdf24689d905d3d83beb753f6c614;p=openwrt%2Fstaging%2Fblogic.git KVM: x86: remove obsolete EXPORT... of handle_mmio_page_fault handle_mmio_page_fault() was recently moved to be an internal-only MMU function, i.e. it's static and no longer defined in kvm_host.h. Signed-off-by: Sean Christopherson Reviewed-by: David Hildenbrand Signed-off-by: Radim Krčmář --- diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 8af8c8f88bd7..f440d43c8d5a 100644 --- a/arch/x86/kvm/mmu.c +++ b/arch/x86/kvm/mmu.c @@ -3715,7 +3715,6 @@ static int handle_mmio_page_fault(struct kvm_vcpu *vcpu, u64 addr, bool direct) */ return RET_PF_RETRY; } -EXPORT_SYMBOL_GPL(handle_mmio_page_fault); static bool page_fault_handle_page_track(struct kvm_vcpu *vcpu, u32 error_code, gfn_t gfn)