Skip to content

Commit 9ff624c

Browse files
Zenghui YuMarc Zyngier
authored andcommitted
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 <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Reviewed-by: Eric Auger <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8e01d9a commit 9ff624c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/kvm/arm_vgic.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,6 @@ static inline int kvm_vgic_get_max_vcpus(void)
378378
return kvm_vgic_global_state.max_gic_vcpus;
379379
}
380380

381-
int kvm_send_userspace_msi(struct kvm *kvm, struct kvm_msi *msi);
382-
383381
/**
384382
* kvm_vgic_setup_default_irq_routing:
385383
* Setup a default flat gsi routing table mapping all SPIs

0 commit comments

Comments
 (0)