From: Jaswinder Singh Rajput Date: Sat, 31 Jan 2009 05:11:59 +0000 (+0530) Subject: headers_check fix: arm, setup.h X-Git-Tag: v2.6.30-rc1~655^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4af3bf6b393a2cec947cd42cc10fc03f5b782484;p=profile%2Fivi%2Fkernel-x86-ivi.git headers_check fix: arm, setup.h fix the following 'make headers_check' warnings: usr/include/asm-arm/setup.h:17: include of is preferred over usr/include/asm-arm/setup.h:25: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/arch/arm/include/asm/setup.h b/arch/arm/include/asm/setup.h index f2cd18a..ee1304f 100644 --- a/arch/arm/include/asm/setup.h +++ b/arch/arm/include/asm/setup.h @@ -14,7 +14,7 @@ #ifndef __ASMARM_SETUP_H #define __ASMARM_SETUP_H -#include +#include #define COMMAND_LINE_SIZE 1024