From: Jaswinder Singh Rajput Date: Sat, 31 Jan 2009 05:18:44 +0000 (+0530) Subject: headers_check fix: blackfin, swab.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=350eb8b3cb5e4860a4c8352f2cca00e6eb4a16b2;p=deliverable%2Flinux.git headers_check fix: blackfin, swab.h fix the following 'make headers_check' warnings: usr/include/asm-blackfin/swab.h:4: include of is preferred over usr/include/asm-blackfin/swab.h:13: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/arch/blackfin/include/asm/swab.h b/arch/blackfin/include/asm/swab.h index 69a051b612bd..6403ad2932eb 100644 --- a/arch/blackfin/include/asm/swab.h +++ b/arch/blackfin/include/asm/swab.h @@ -1,7 +1,7 @@ #ifndef _BLACKFIN_SWAB_H #define _BLACKFIN_SWAB_H -#include +#include #include #if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__)