aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Christopherson <seanjc@google.com>2021-02-04 16:57:43 -0800
committerPaolo Bonzini <pbonzini@redhat.com>2021-02-09 08:17:06 -0500
commit6f7a343987fa24299db1a36b7af55bdbd5dd3b1b (patch)
treee7bb6ab7e14684cf1cfa8f92d606fd63f81e1613
parente6c804a848d604438bd9a083939569a7c9ff2bb5 (diff)
downloadpowerpc-6f7a343987fa24299db1a36b7af55bdbd5dd3b1b.tar.gz
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>
-rw-r--r--arch/x86/kvm/svm/svm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kvm/svm/svm.c b/arch/x86/kvm/svm/svm.c
index 4141caea857ae6..ef2f2b0f20d3c0 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 {