[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 <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Martin Schwidefsky and committed by Linus Torvalds 6410dd5e eb33c190

+2
+2
include/asm-s390/sigcontext.h
··· 8 8 #ifndef _ASM_S390_SIGCONTEXT_H 9 9 #define _ASM_S390_SIGCONTEXT_H 10 10 11 + #include <linux/compiler.h> 12 + 11 13 #define __NUM_GPRS 16 12 14 #define __NUM_FPRS 16 13 15 #define __NUM_ACRS 16