aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/kvm_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 161816284192..aacc5449f586 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -345,6 +345,7 @@ struct kvm_assigned_dev_kernel {
345 int flags; 345 int flags;
346 struct pci_dev *dev; 346 struct pci_dev *dev;
347 struct kvm *kvm; 347 struct kvm *kvm;
348 spinlock_t assigned_dev_lock;
348}; 349};
349 350
350struct kvm_irq_mask_notifier { 351struct kvm_irq_mask_notifier {