]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm/arm64: vgic: Remove the declaration of kvm_send_userspace_msi()
authorZenghui Yu <yuzenghui@huawei.com>
Tue, 29 Oct 2019 07:19:17 +0000 (15:19 +0800)
committerMarc Zyngier <maz@kernel.org>
Tue, 29 Oct 2019 13:45:46 +0000 (13:45 +0000)
commita0a17138a853882bd6761a5837cfa54e1271685e
tree4745ca97327894b0cffa8d2c9fc50df732a11b65
parentb8f5a2ee2798ad5a5ea3c1cb954264b67ce54ffc
KVM: arm/arm64: vgic: Remove the declaration of kvm_send_userspace_msi()

The callsite of kvm_send_userspace_msi() is currently arch agnostic.
There seems no reason to keep an extra declaration of it in arm_vgic.h
(we already have one in include/linux/kvm_host.h).

Remove it.

Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Link: https://lore.kernel.org/r/20191029071919.177-2-yuzenghui@huawei.com
include/kvm/arm_vgic.h