From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 17:23:49 +0000 (+0530) Subject: headers_check fix: x86, sigcontext.h X-Git-Tag: v3.12-rc1~15628^2~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e59afe6a21dce7bb3c63ba4f894a3195ae3d5529;p=kernel%2Fkernel-generic.git headers_check fix: x86, sigcontext.h fix the following 'make headers_check' warnings: usr/include/asm/sigcontext.h:5: include of is preferred over usr/include/asm/sigcontext.h:24: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/arch/x86/include/asm/sigcontext.h b/arch/x86/include/asm/sigcontext.h index 0afcb5e..ec66649 100644 --- a/arch/x86/include/asm/sigcontext.h +++ b/arch/x86/include/asm/sigcontext.h @@ -2,7 +2,7 @@ #define _ASM_X86_SIGCONTEXT_H #include -#include +#include #define FP_XSTATE_MAGIC1 0x46505853U #define FP_XSTATE_MAGIC2 0x46505845U