From: Cyrill Gorcunov <gorcu...@openvz.org> 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. Original-by: Heiko Carstens <heiko.carst...@de.ibm.com> Signed-off-by: Cyrill Gorcunov <gorcu...@openvz.org> CC: Andrew Morton <a...@linux-foundation.org> CC: "H. Peter Anvin" <h...@zytor.com> CC: Eric W. Biederman <ebied...@xmission.com> CC: Pavel Emelyanov <xe...@parallels.com> CC: Alexander Kartashov <alekskartas...@parallels.com> Signed-off-by: Alexander Kartashov <alekskartas...@parallels.com> --- kernel/kcmp.c | 1 + 1 file changed, 1 insertion(+) 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 <linux/string.h> #include <linux/random.h> #include <linux/module.h> +#include <linux/ptrace.h> #include <linux/init.h> #include <linux/errno.h> #include <linux/cache.h> -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/