diff options
author | Sean Christopherson <seanjc@google.com> | 2021-02-04 16:57:43 -0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-02-09 08:17:06 -0500 |
commit | 6f7a343987fa24299db1a36b7af55bdbd5dd3b1b (patch) | |
tree | e7bb6ab7e14684cf1cfa8f92d606fd63f81e1613 /arch/x86/kvm | |
parent | e6c804a848d604438bd9a083939569a7c9ff2bb5 (diff) | |
download | linux-6f7a343987fa24299db1a36b7af55bdbd5dd3b1b.tar.bz2 |
KVM: SVM: Remove an unnecessary forward declaration
Drop a defunct forward declaration of svm_complete_interrupts().
No functional change intended.
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210205005750.3841462-3-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm')
-rw-r--r-- | arch/x86/kvm/svm/svm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kvm/svm/svm.c b/arch/x86/kvm/svm/svm.c index 4141caea857a..ef2f2b0f20d3 100644 --- a/arch/x86/kvm/svm/svm.c +++ b/arch/x86/kvm/svm/svm.c @@ -205,8 +205,6 @@ bool svm_gp_erratum_intercept = true; static u8 rsm_ins_bytes[] = "\x0f\xaa"; -static void svm_complete_interrupts(struct vcpu_svm *svm); - static unsigned long iopm_base; struct kvm_ldttss_desc { |