From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 17:27:38 +0000 (+0530) Subject: headers_check fix: x86, swab.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7cff3608d2553a045b676fa81b0cf54e4f2cc5ce;p=deliverable%2Flinux.git headers_check fix: x86, swab.h fix the following 'make headers_check' warnings: usr/include/asm/swab.h:4: include of is preferred over usr/include/asm/swab.h:7: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/arch/x86/include/asm/swab.h b/arch/x86/include/asm/swab.h index 306d4178ffc9..557cd9f00661 100644 --- a/arch/x86/include/asm/swab.h +++ b/arch/x86/include/asm/swab.h @@ -1,7 +1,7 @@ #ifndef _ASM_X86_SWAB_H #define _ASM_X86_SWAB_H -#include +#include #include static inline __attribute_const__ __u32 __arch_swab32(__u32 val)