kvm: Delete prototype for non-existent function kvm_check_iopl
authorJosh Triplett <josh@joshtriplett.org>
Sun, 20 Oct 2013 14:30:16 +0000 (15:30 +0100)
committerGleb Natapov <gleb@redhat.com>
Wed, 6 Nov 2013 09:07:09 +0000 (11:07 +0200)
The prototype for kvm_check_iopl appeared in commit
f850e2e603bf5a05b0aee7901857cf85715aa694 ("KVM: x86 emulator: Check IOPL
level during io instruction emulation"), but the function never actually
existed.  Remove the prototype.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
arch/x86/include/asm/kvm_host.h

index 5dc75ed..ae5d783 100644 (file)
@@ -936,8 +936,6 @@ void kvm_mmu_new_cr3(struct kvm_vcpu *vcpu);
 void kvm_enable_tdp(void);
 void kvm_disable_tdp(void);
 
-bool kvm_check_iopl(struct kvm_vcpu *vcpu);
-
 static inline gpa_t translate_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access)
 {
        return gpa;