From: Cyrill Gorcunov Date: Thu, 20 Dec 2012 23:05:21 +0000 (-0800) Subject: kcmp: include linux/ptrace.h X-Git-Tag: v3.8-rc1~12^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44fd07e989a9a27476d8963296688127a4fd4df4;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git kcmp: include linux/ptrace.h This makes it compile on s390. After all the ptrace_may_access (which we use this file) is declared exactly in linux/ptrace.h. This is preparatory work to wire this syscall up on all archs. Signed-off-by: Cyrill Gorcunov Signed-off-by: Alexander Kartashov Cc: Heiko Carstens Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/kcmp.c b/kernel/kcmp.c index 30b7b22..e30ac0f 100644 --- a/kernel/kcmp.c +++ b/kernel/kcmp.c @@ -4,6 +4,7 @@ #include #include #include +#include #include #include #include