Skip to content

Commit

Permalink
KVM: Fix include dependency for mmu_notifier
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric B Munson authored and Avi Kivity committed Dec 27, 2011
1 parent a30f47c commit b297e67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b297e67

Please sign in to comment.