From: Martin Schwidefsky Date: Sat, 14 Jan 2006 21:20:58 +0000 (-0800) Subject: [PATCH] s390: sigcontext.h vs __user X-Git-Tag: v2.6.16-rc1~143 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6410dd5e07b63606605794eeb7ec29e61fbda3db;p=linux-2.6-omap-h63xx.git [PATCH] s390: sigcontext.h vs __user Add an include of linux/compiler.h in sigcontext.h to avoid compiler errors in user space apps because of a missing definition for __user. Signed-off-by: Martin Schwidefsky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-s390/sigcontext.h b/include/asm-s390/sigcontext.h index 803545351dd..aeb6e0b1332 100644 --- a/include/asm-s390/sigcontext.h +++ b/include/asm-s390/sigcontext.h @@ -8,6 +8,8 @@ #ifndef _ASM_S390_SIGCONTEXT_H #define _ASM_S390_SIGCONTEXT_H +#include + #define __NUM_GPRS 16 #define __NUM_FPRS 16 #define __NUM_ACRS 16