KVM: x86: remove obsolete EXPORT... of handle_mmio_page_fault
authorSean Christopherson <sean.j.christopherson@intel.com>
Thu, 29 Mar 2018 22:04:01 +0000 (15:04 -0700)
committerRadim Krčmář <rkrcmar@redhat.com>
Thu, 24 May 2018 17:32:20 +0000 (19:32 +0200)
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 <sean.j.christopherson@intel.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/kvm/mmu.c

index 8af8c8f..f440d43 100644 (file)
@@ -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)