From: Jaswinder Singh Rajput Date: Wed, 10 Jun 2009 13:17:47 +0000 (+0530) Subject: headers_check fix: m68k, swab.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4f308e35a9bde9d6b671e8409157edb9065f117c;p=linux-beck.git headers_check fix: m68k, swab.h fix the following 'make headers_check' warnings: usr/include/asm-m68k/swab.h:4: include of is preferred over usr/include/asm-m68k/swab.h:10: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput Signed-off-by: Greg Ungerer --- diff --git a/arch/m68k/include/asm/swab.h b/arch/m68k/include/asm/swab.h index 9e3054ea59e9..5b754aace744 100644 --- a/arch/m68k/include/asm/swab.h +++ b/arch/m68k/include/asm/swab.h @@ -1,7 +1,7 @@ #ifndef _M68K_SWAB_H #define _M68K_SWAB_H -#include +#include #include #define __SWAB_64_THRU_32__