projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a30f47c
)
KVM: Fix include dependency for mmu_notifier
author
Eric B Munson
<emunson@mgebm.net>
Mon, 10 Oct 2011 15:46:15 +0000
(11:46 -0400)
committer
Avi Kivity
<avi@redhat.com>
Tue, 27 Dec 2011 09:17:04 +0000
(11:17 +0200)
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>
include/linux/kvm_host.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/kvm_host.h
b/include/linux/kvm_host.h
index 9fedeb356b95ec26cc845f5e41a984d357d32f6d..c6a2ec925846fd2b264972e4bb677c9c26b4d4a0 100644
(file)
--- a/
include/linux/kvm_host.h
+++ b/
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>