From: Jaswinder Singh Rajput Date: Sat, 31 Jan 2009 05:06:04 +0000 (+0530) Subject: headers_check fix: alpha, swab.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=3fd59061b7b16dd0bb7bf779ba297daa5f0bf0f5;p=deliverable%2Flinux.git headers_check fix: alpha, swab.h fix the following 'make headers_check' warnings: usr/include/asm-alpha/swab.h:4: include of is preferred over usr/include/asm-alpha/swab.h:10: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/arch/alpha/include/asm/swab.h b/arch/alpha/include/asm/swab.h index 68e7089e02d5..4d682b16c7c4 100644 --- a/arch/alpha/include/asm/swab.h +++ b/arch/alpha/include/asm/swab.h @@ -1,7 +1,7 @@ #ifndef _ALPHA_SWAB_H #define _ALPHA_SWAB_H -#include +#include #include #include