projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
687fdbf
)
KVM: Fix includes
author
Markus Rechberger
<markus.rechberger@amd.com>
Sun, 27 May 2007 07:46:52 +0000
(10:46 +0300)
committer
Avi Kivity
<avi@qumranet.com>
Mon, 16 Jul 2007 09:05:42 +0000
(12:05 +0300)
KVM compilation fails for some .configs. This fixes it.
Signed-off-by: Markus Rechberger <markus.rechberger@amd.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/kvm.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/kvm/kvm.h
b/drivers/kvm/kvm.h
index db2bc6f168cd968b1664269b982a2f0baa90eadb..90001b5a02535d07d6afb679cfa2e0bf1113d085 100644
(file)
--- a/
drivers/kvm/kvm.h
+++ b/
drivers/kvm/kvm.h
@@
-10,6
+10,8
@@
#include <linux/list.h>
#include <linux/mutex.h>
#include <linux/spinlock.h>
+#include <linux/signal.h>
+#include <linux/sched.h>
#include <linux/mm.h>
#include <asm/signal.h>