aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 22:46:08 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 00:16:44 +0530
commitcef3767852a9b1a7ff4a8dfe0969e2d32eb728df (patch)
tree06523207156a47aa9005a7f274c9e7d3858d4c69 /arch/x86/include/asm/kvm.h
parentheaders_check fix: x86, e820.h (diff)
downloadlinux-dev-cef3767852a9b1a7ff4a8dfe0969e2d32eb728df.tar.xz
linux-dev-cef3767852a9b1a7ff4a8dfe0969e2d32eb728df.zip
headers_check fix: x86, kvm.h
fix the following 'make headers_check' warnings: usr/include/asm/kvm.h:9: include of <linux/types.h> is preferred over <asm/types.h> usr/include/asm/kvm.h:16: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'arch/x86/include/asm/kvm.h')
-rw-r--r--arch/x86/include/asm/kvm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm.h b/arch/x86/include/asm/kvm.h
index b95162af0bf6..d2e3bf3608af 100644
--- a/arch/x86/include/asm/kvm.h
+++ b/arch/x86/include/asm/kvm.h
@@ -6,7 +6,7 @@
*
*/
-#include <asm/types.h>
+#include <linux/types.h>
#include <linux/ioctl.h>
/* Architectural interrupt line count. */