]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0c582bc879c5963b2a0bc1f3abd475dc9a691ab6
tree71179e226da01a364732c69ddfbca7f2e5cc68cd
parentbbc500c81d3fb2c943de837d7cda8b16569f99f1
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