diff options
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index ec171c1d0878..40bb1c661a6e 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -556,7 +556,7 @@ struct kvm_assigned_dev_kernel { | |||
556 | struct pci_dev *dev; | 556 | struct pci_dev *dev; |
557 | struct kvm *kvm; | 557 | struct kvm *kvm; |
558 | spinlock_t intx_lock; | 558 | spinlock_t intx_lock; |
559 | struct mutex intx_mask_lock; | 559 | spinlock_t intx_mask_lock; |
560 | char irq_name[32]; | 560 | char irq_name[32]; |
561 | struct pci_saved_state *pci_saved_state; | 561 | struct pci_saved_state *pci_saved_state; |
562 | }; | 562 | }; |