KVM: Remove duplicated declaration of kvm_vcpu_kick
authorZenghui Yu <yuzenghui@huawei.com>
Fri, 6 Dec 2019 10:45:52 +0000 (18:45 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Jan 2020 17:16:00 +0000 (18:16 +0100)
commit885f7d6cb87eb15d62613c05d8012e9370fb5e27
tree71179e226da01a364732c69ddfbca7f2e5cc68cd
parentc90f4d03cce1814b4e08372359116710bbaccce3
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>
include/linux/kvm_host.h