KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids()
authorSean Christopherson <seanjc@google.com>
Thu, 22 Apr 2021 02:11:24 +0000 (19:11 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Apr 2021 09:27:17 +0000 (05:27 -0400)
commit82b7ae0481aeed393094e4f73bf4566a504b86bc
tree1b04167ffb74dd5b741815ce4fc8fdffcd83dfb3
parenta5c1c5aad6cff0c64cc7911ad8b14cb59109c865
KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids()

Remove the forward declaration of sev_flush_asids(), which is only a few
lines above the function itself.

No functional change intended.

Reviewed by: Tom Lendacky <thomas.lendacky@amd.com>
Reviewed-by: Brijesh Singh <brijesh.singh@amd.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210422021125.3417167-15-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/sev.c