From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 17:23:49 +0000 (+0530) Subject: headers_check fix: x86, sigcontext.h X-Git-Tag: v2.6.29-rc4~77^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e59afe6a21dce7bb3c63ba4f894a3195ae3d5529;p=~shefty%2Frdma-dev.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 0afcb5e58ac..ec666491aaa 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