From: Josh Triplett Date: Sun, 20 Oct 2013 14:29:57 +0000 (+0100) Subject: kvm: Delete prototype for non-existent function complete_pio X-Git-Tag: v3.13-rc1~80^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35a5121b588f88686cab289b29eff3ce011f55a3;p=profile%2Fivi%2Fkernel-x86-ivi.git kvm: Delete prototype for non-existent function complete_pio complete_pio ceased to exist in commit 7972995b0c346de76fe260ce0fd6bcc8ffab724a ("KVM: x86 emulator: Move string pio emulation into emulator.c"), but the prototype remained. Remove its prototype. Signed-off-by: Josh Triplett Signed-off-by: Gleb Natapov --- diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index de388c5..5dc75ed 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -936,7 +936,6 @@ void kvm_mmu_new_cr3(struct kvm_vcpu *vcpu); void kvm_enable_tdp(void); void kvm_disable_tdp(void); -int complete_pio(struct kvm_vcpu *vcpu); bool kvm_check_iopl(struct kvm_vcpu *vcpu); static inline gpa_t translate_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access)