diff options
Diffstat (limited to 'include/linux/kvm.h')
-rw-r--r-- | include/linux/kvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index 0d94b274c3ae..311a073afe8a 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h | |||
@@ -483,7 +483,7 @@ struct kvm_irq_routing { | |||
483 | #define KVM_ASSIGN_IRQ _IOR(KVMIO, 0x70, \ | 483 | #define KVM_ASSIGN_IRQ _IOR(KVMIO, 0x70, \ |
484 | struct kvm_assigned_irq) | 484 | struct kvm_assigned_irq) |
485 | #define KVM_REINJECT_CONTROL _IO(KVMIO, 0x71) | 485 | #define KVM_REINJECT_CONTROL _IO(KVMIO, 0x71) |
486 | #define KVM_DEASSIGN_PCI_DEVICE _IOR(KVMIO, 0x72, \ | 486 | #define KVM_DEASSIGN_PCI_DEVICE _IOW(KVMIO, 0x72, \ |
487 | struct kvm_assigned_pci_dev) | 487 | struct kvm_assigned_pci_dev) |
488 | 488 | ||
489 | /* | 489 | /* |