diff options
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 0c71688b1ee3..a29ea030dd8e 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -371,7 +371,8 @@ int kvm_set_irq(struct kvm *kvm, int irq_source_id, int irq, int level); | |||
371 | void kvm_notify_acked_irq(struct kvm *kvm, unsigned irqchip, unsigned pin); | 371 | void kvm_notify_acked_irq(struct kvm *kvm, unsigned irqchip, unsigned pin); |
372 | void kvm_register_irq_ack_notifier(struct kvm *kvm, | 372 | void kvm_register_irq_ack_notifier(struct kvm *kvm, |
373 | struct kvm_irq_ack_notifier *kian); | 373 | struct kvm_irq_ack_notifier *kian); |
374 | void kvm_unregister_irq_ack_notifier(struct kvm_irq_ack_notifier *kian); | 374 | void kvm_unregister_irq_ack_notifier(struct kvm *kvm, |
375 | struct kvm_irq_ack_notifier *kian); | ||
375 | int kvm_request_irq_source_id(struct kvm *kvm); | 376 | int kvm_request_irq_source_id(struct kvm *kvm); |
376 | void kvm_free_irq_source_id(struct kvm *kvm, int irq_source_id); | 377 | void kvm_free_irq_source_id(struct kvm *kvm, int irq_source_id); |
377 | 378 | ||