Просмотр исходного кода

KVM: Fix include dependency for mmu_notifier

The kvm_host struct can include an mmu_notifier struct but mmu_notifier.h is
not included directly.

Signed-off-by: Eric B Munson <emunson@mgebm.net>
Signed-off-by: Avi Kivity <avi@redhat.com>
Eric B Munson 14 лет назад
Родитель
Сommit
b297e672e2
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      include/linux/kvm_host.h

+ 1 - 0
include/linux/kvm_host.h

@@ -14,6 +14,7 @@
 #include <linux/signal.h>
 #include <linux/sched.h>
 #include <linux/mm.h>
+#include <linux/mmu_notifier.h>
 #include <linux/preempt.h>
 #include <linux/msi.h>
 #include <linux/slab.h>