From: Cyrill Gorcunov Date: Thu, 20 Dec 2012 23:05:21 +0000 (-0800) Subject: kcmp: include linux/ptrace.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=44fd07e989a9a27476d8963296688127a4fd4df4;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.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 30b7b225306c..e30ac0fe61c3 100644 --- a/kernel/kcmp.c +++ b/kernel/kcmp.c @@ -4,6 +4,7 @@ #include #include #include +#include #include #include #include