Skip to content

Commit

Permalink
kvm: Delete prototype for non-existent function complete_pio
Browse files Browse the repository at this point in the history
complete_pio ceased to exist in commit
7972995 ("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>
  • Loading branch information
Josh Triplett authored and Gleb Natapov committed Nov 6, 2013
1 parent 8b41452 commit 35a5121
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/include/asm/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 35a5121

Please sign in to comment.