From: Jaswinder Singh Rajput Date: Sat, 31 Jan 2009 06:24:05 +0000 (+0530) Subject: headers_check fix: powerpc, swab.h X-Git-Tag: v3.12-rc1~15628^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48109870bab7e66f30f933cd218258368024cd9f;p=kernel%2Fkernel-generic.git headers_check fix: powerpc, swab.h fix the following 'make headers_check' warning: usr/include/asm-powerpc/swab.h:11: include of is preferred over Signed-off-by: Jaswinder Singh Rajput --- diff --git a/arch/powerpc/include/asm/swab.h b/arch/powerpc/include/asm/swab.h index ef824ae..c581e3e 100644 --- a/arch/powerpc/include/asm/swab.h +++ b/arch/powerpc/include/asm/swab.h @@ -8,7 +8,7 @@ * 2 of the License, or (at your option) any later version. */ -#include +#include #include #ifdef __GNUC__