projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43771eb
)
KVM: x86: Do not rely on implicit inclusions
author
Jan Kiszka
<jan.kiszka@siemens.com>
Wed, 14 Dec 2011 16:58:18 +0000
(17:58 +0100)
committer
Avi Kivity
<avi@redhat.com>
Tue, 27 Dec 2011 09:22:29 +0000
(11:22 +0200)
Works so far by change, but it is not guaranteed to stay like this.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/cpuid.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kvm/cpuid.c
b/arch/x86/kvm/cpuid.c
index 52593e8e1ae8f3e5c161fb416e0683f4ee154a8d..ca63032bf03d2e9eabeff37b8f31936b9b2a6d5a 100644
(file)
--- a/
arch/x86/kvm/cpuid.c
+++ b/
arch/x86/kvm/cpuid.c
@@
-14,6
+14,8
@@
#include <linux/kvm_host.h>
#include <linux/module.h>
+#include <linux/vmalloc.h>
+#include <linux/uaccess.h>
#include <asm/user.h>
#include <asm/xsave.h>
#include "cpuid.h"