From: Jaswinder Singh Rajput Date: Sat, 31 Jan 2009 05:53:37 +0000 (+0530) Subject: headers_check fix: mips, swab.h X-Git-Tag: v2.6.30-rc1~655^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9f6acc5ab36c7533c9b3e224f7c209d8da4048d;p=thirdparty%2Fkernel%2Fstable.git headers_check fix: mips, swab.h fix the following 'make headers_check' warnings: usr/include/asm-mips/swab.h:12: include of is preferred over usr/include/asm-mips/swab.h:18: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/arch/mips/include/asm/swab.h b/arch/mips/include/asm/swab.h index 88f1f7d555cb8..99993c0d6c12b 100644 --- a/arch/mips/include/asm/swab.h +++ b/arch/mips/include/asm/swab.h @@ -9,7 +9,7 @@ #define _ASM_SWAB_H #include -#include +#include #define __SWAB_64_THRU_32__