From: Jaswinder Singh Rajput Date: Sat, 31 Jan 2009 06:16:23 +0000 (+0530) Subject: headers_check fix: powerpc, ps3fb.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=122bb2207b8107ce117d10fcfd3a2f6c3804a362;p=deliverable%2Flinux.git headers_check fix: powerpc, ps3fb.h fix the following 'make headers_check' warning: usr/include/asm-powerpc/ps3fb.h:33: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/arch/powerpc/include/asm/ps3fb.h b/arch/powerpc/include/asm/ps3fb.h index 3f121fe4010d..e7233a849680 100644 --- a/arch/powerpc/include/asm/ps3fb.h +++ b/arch/powerpc/include/asm/ps3fb.h @@ -19,6 +19,7 @@ #ifndef _ASM_POWERPC_PS3FB_H_ #define _ASM_POWERPC_PS3FB_H_ +#include #include /* ioctl */