Skip to content

Commit b297e67

Browse files
khersavikivity
authored andcommitted
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 <[email protected]> Signed-off-by: Avi Kivity <[email protected]>
1 parent a30f47c commit b297e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/kvm_host.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <linux/signal.h>
1515
#include <linux/sched.h>
1616
#include <linux/mm.h>
17+
#include <linux/mmu_notifier.h>
1718
#include <linux/preempt.h>
1819
#include <linux/msi.h>
1920
#include <linux/slab.h>

0 commit comments

Comments
 (0)