From: Jaswinder Singh Rajput Date: Sat, 31 Jan 2009 05:16:26 +0000 (+0530) Subject: headers_check fix: avr32, swab.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1c6ce704f1e965f64ad0b017842854ceec5b9cc7;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git headers_check fix: avr32, swab.h fix the following 'make headers_check' warnings: usr/include/asm-avr32/swab.h:7: include of is preferred over usr/include/asm-avr32/swab.h:22: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/arch/avr32/include/asm/swab.h b/arch/avr32/include/asm/swab.h index a14aa5b46d98..14cc737bbca6 100644 --- a/arch/avr32/include/asm/swab.h +++ b/arch/avr32/include/asm/swab.h @@ -4,7 +4,7 @@ #ifndef __ASM_AVR32_SWAB_H #define __ASM_AVR32_SWAB_H -#include +#include #include #define __SWAB_64_THRU_32__