From: Jaswinder Singh Rajput Date: Sat, 31 Jan 2009 06:22:05 +0000 (+0530) Subject: headers_check fix: powerpc, spu_info.h X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=1a16bc4590fcc94630571c541c8fef7a0845c2c0;p=linux-2.6-omap-h63xx.git headers_check fix: powerpc, spu_info.h fix the following 'make headers_check' warning: usr/include/asm-powerpc/spu_info.h:27: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/arch/powerpc/include/asm/spu_info.h b/arch/powerpc/include/asm/spu_info.h index 3545efbf989..1286c823f0d 100644 --- a/arch/powerpc/include/asm/spu_info.h +++ b/arch/powerpc/include/asm/spu_info.h @@ -23,9 +23,10 @@ #ifndef _SPU_INFO_H #define _SPU_INFO_H +#include + #ifdef __KERNEL__ #include -#include #else struct mfc_cq_sr { __u64 mfc_cq_data0_RW;