From: Sean Christopherson Date: Fri, 5 Feb 2021 00:57:43 +0000 (-0800) Subject: KVM: SVM: Remove an unnecessary forward declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6f7a343987fa24299db1a36b7af55bdbd5dd3b1b;p=linux.git 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 Message-Id: <20210205005750.3841462-3-seanjc@google.com> Signed-off-by: Paolo Bonzini --- diff --git a/arch/x86/kvm/svm/svm.c b/arch/x86/kvm/svm/svm.c index 4141caea857ae..ef2f2b0f20d3c 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 {