From: Jaswinder Singh Rajput Date: Sat, 31 Jan 2009 05:59:28 +0000 (+0530) Subject: headers_check fix: mn10300, swab.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bef53ca086e069a3fb8e6bf4ecf06221de9b445f;p=deliverable%2Flinux.git headers_check fix: mn10300, swab.h fix the following 'make headers_check' warnings: usr/include/asm-mn10300/swab.h:14: include of is preferred over usr/include/asm-mn10300/swab.h:19: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/asm-mn10300/swab.h b/include/asm-mn10300/swab.h index 4504d1b4b477..bd818a820ca8 100644 --- a/include/asm-mn10300/swab.h +++ b/include/asm-mn10300/swab.h @@ -11,7 +11,7 @@ #ifndef _ASM_SWAB_H #define _ASM_SWAB_H -#include +#include #ifdef __GNUC__