From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 17:16:08 +0000 (+0530) Subject: headers_check fix: x86, kvm.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=cef3767852a9b1a7ff4a8dfe0969e2d32eb728df;p=deliverable%2Flinux.git headers_check fix: x86, kvm.h fix the following 'make headers_check' warnings: usr/include/asm/kvm.h:9: include of is preferred over usr/include/asm/kvm.h:16: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- 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 +#include #include /* Architectural interrupt line count. */