From: Jaswinder Singh Rajput Date: Sat, 31 Jan 2009 06:14:45 +0000 (+0530) Subject: headers_check fix: powerpc, kvm.h X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=9f2cd967b7f029ebe2c74969709ff9c745344dba;p=linux-2.6-omap-h63xx.git headers_check fix: powerpc, kvm.h fix the following 'make headers_check' warnings: usr/include/asm-powerpc/kvm.h:23: include of is preferred over usr/include/asm-powerpc/kvm.h:26: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/arch/powerpc/include/asm/kvm.h b/arch/powerpc/include/asm/kvm.h index f993e4198d5..4e0cf65f7f5 100644 --- a/arch/powerpc/include/asm/kvm.h +++ b/arch/powerpc/include/asm/kvm.h @@ -20,7 +20,7 @@ #ifndef __LINUX_KVM_POWERPC_H #define __LINUX_KVM_POWERPC_H -#include +#include struct kvm_regs { __u64 pc;