]> 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)
commit086eacc779c16464f355a9cbda6ea8530507bdca
tree71179e226da01a364732c69ddfbca7f2e5cc68cd
parent57cb6f3b7b80fac4584ca079341dfd2bd42362a4
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