From: Jaswinder Singh Rajput Date: Sat, 31 Jan 2009 05:08:16 +0000 (+0530) Subject: headers_check fix: arm, a.out.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f100e6d0368742ddb8b6b9be986536e63117c05a;p=deliverable%2Flinux.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 79489fdcc8b8..083894b2e3bc 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 {