aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
diff options
context:
space:
mode:
authorZenghui Yu <yuzenghui@huawei.com>2019-12-06 18:45:52 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2020-01-08 18:16:00 +0100
commit885f7d6cb87eb15d62613c05d8012e9370fb5e27 (patch)
tree71179e226da01a364732c69ddfbca7f2e5cc68cd /include/linux/kvm_host.h
parentkvm: nVMX: Aesthetic cleanup of handle_vmread and handle_vmwrite (diff)
downloadlinux-dev-885f7d6cb87eb15d62613c05d8012e9370fb5e27.tar.xz
linux-dev-885f7d6cb87eb15d62613c05d8012e9370fb5e27.zip
KVM: Remove duplicated declaration of kvm_vcpu_kick
There are two declarations of kvm_vcpu_kick() in kvm_host.h where one of them is redundant. Remove to keep the git grep a bit cleaner. Reviewed-by: Cornelia Huck <cohuck@redhat.com> Signed-off-by: Zenghui Yu <yuzenghui@huawei.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '')
-rw-r--r--include/linux/kvm_host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 538c25e778c0..0d632a75fce9 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -982,7 +982,6 @@ void kvm_arch_destroy_vm(struct kvm *kvm);
void kvm_arch_sync_events(struct kvm *kvm);
int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu);
-void kvm_vcpu_kick(struct kvm_vcpu *vcpu);
bool kvm_is_reserved_pfn(kvm_pfn_t pfn);
bool kvm_is_zone_device_pfn(kvm_pfn_t pfn);