summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvi Kivity2009-08-16 14:31:33 +0200
committerAvi Kivity2009-09-10 09:46:49 +0200
commitfa6870c6b64214aced218d930ec7221e2a9767b8 (patch)
treeb2565248207446f70dad839e702791946b0b5021
parentKVM: Add __KERNEL__ guards to exported headers (diff)
downloadkernel-qcow2-linux-fa6870c6b64214aced218d930ec7221e2a9767b8.tar.gz
kernel-qcow2-linux-fa6870c6b64214aced218d930ec7221e2a9767b8.tar.xz
kernel-qcow2-linux-fa6870c6b64214aced218d930ec7221e2a9767b8.zip
KVM: Add missing #include
Signed-off-by: Avi Kivity <avi@redhat.com>
-rw-r--r--arch/x86/include/asm/kvm_para.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_para.h b/arch/x86/include/asm/kvm_para.h
index b8a3305ae093..c584076a47f4 100644
--- a/arch/x86/include/asm/kvm_para.h
+++ b/arch/x86/include/asm/kvm_para.h
@@ -1,6 +1,8 @@
#ifndef _ASM_X86_KVM_PARA_H
#define _ASM_X86_KVM_PARA_H
+#include <linux/types.h>
+
/* This CPUID returns the signature 'KVMKVMKVM' in ebx, ecx, and edx. It
* should be used to determine that a VM is running under KVM.
*/