Skip to content

Commit 7eee2ef

Browse files
committed
KVM: Remove kvm_get_intr_delivery_bitmask
The prototype has been stale for a while, I can't spot any real function define behind it. Let's just remove it. Signed-off-by: Alexander Graf <agraf@suse.de> Acked-by: Michael S. Tsirkin <mst@redhat.com>
1 parent 948a902 commit 7eee2ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/linux/kvm_host.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -719,11 +719,6 @@ void kvm_unregister_irq_mask_notifier(struct kvm *kvm, int irq,
719719
void kvm_fire_mask_notifiers(struct kvm *kvm, unsigned irqchip, unsigned pin,
720720
bool mask);
721721

722-
#ifdef __KVM_HAVE_IOAPIC
723-
void kvm_get_intr_delivery_bitmask(struct kvm_ioapic *ioapic,
724-
union kvm_ioapic_redirect_entry *entry,
725-
unsigned long *deliver_bitmask);
726-
#endif
727722
int kvm_set_irq(struct kvm *kvm, int irq_source_id, u32 irq, int level,
728723
bool line_status);
729724
int kvm_set_irq_inatomic(struct kvm *kvm, int irq_source_id, u32 irq, int level);

0 commit comments

Comments
 (0)