From: Jaswinder Singh Rajput Date: Sat, 31 Jan 2009 05:08:16 +0000 (+0530) Subject: headers_check fix: arm, a.out.h X-Git-Tag: v3.12-rc1~15628^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f100e6d0368742ddb8b6b9be986536e63117c05a;p=kernel%2Fkernel-generic.git headers_check fix: arm, a.out.h fix the following 'make headers_check' warnings: usr/include/asm-arm/a.out.h:5: include of is preferred over usr/include/asm-arm/a.out.h:9: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/arch/arm/include/asm/a.out.h b/arch/arm/include/asm/a.out.h index 79489fd..083894b 100644 --- a/arch/arm/include/asm/a.out.h +++ b/arch/arm/include/asm/a.out.h @@ -2,7 +2,7 @@ #define __ARM_A_OUT_H__ #include -#include +#include struct exec {