From: Jaswinder Singh Rajput Date: Sat, 31 Jan 2009 05:13:44 +0000 (+0530) Subject: headers_check fix: arm, swab.h X-Git-Tag: v2.6.30-rc1~655^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e42ec2418fa96f98ed8d4e6d8a572a7200156df6;p=profile%2Fivi%2Fkernel-x86-ivi.git headers_check fix: arm, swab.h fix the following 'make headers_check' warnings: usr/include/asm-arm/swab.h:19: include of is preferred over usr/include/asm-arm/swab.h:25: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/arch/arm/include/asm/swab.h b/arch/arm/include/asm/swab.h index 27a689b..ca2bf2f 100644 --- a/arch/arm/include/asm/swab.h +++ b/arch/arm/include/asm/swab.h @@ -16,7 +16,7 @@ #define __ASM_ARM_SWAB_H #include -#include +#include #if !defined(__STRICT_ANSI__) || defined(__KERNEL__) # define __SWAB_64_THRU_32__