diff options
author | Josh Triplett <josh@joshtriplett.org> | 2013-10-20 10:29:57 -0400 |
---|---|---|
committer | Gleb Natapov <gleb@redhat.com> | 2013-11-06 04:06:32 -0500 |
commit | 35a5121b588f88686cab289b29eff3ce011f55a3 (patch) | |
tree | 403287db5bcd6a92542d09ee80bb9847f7f88ba8 /arch/x86 | |
parent | 8b414521bc5375ae8ba18c083af95d44b8da0d04 (diff) |
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 <josh@joshtriplett.org>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index de388c55e7ec..5dc75edaaa1d 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); | |||
936 | void kvm_enable_tdp(void); | 936 | void kvm_enable_tdp(void); |
937 | void kvm_disable_tdp(void); | 937 | void kvm_disable_tdp(void); |
938 | 938 | ||
939 | int complete_pio(struct kvm_vcpu *vcpu); | ||
940 | bool kvm_check_iopl(struct kvm_vcpu *vcpu); | 939 | bool kvm_check_iopl(struct kvm_vcpu *vcpu); |
941 | 940 | ||
942 | static inline gpa_t translate_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access) | 941 | static inline gpa_t translate_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access) |