From: Catalin Marinas Date: Wed, 2 Jan 2013 11:50:19 +0000 (+0000) Subject: arm64: Include linux/ptrace.h in asm/compat.h X-Git-Tag: v3.8-rc3~21^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae42c96cffc432e1a4f90b7f12b11acb66723ed;p=pandora-kernel.git arm64: Include linux/ptrace.h in asm/compat.h Commit 9b064fc3f95a8e44e929fdf4d6037334ea03d15b (new helper: compat_user_stack_pointer()) introduces a call to current_pt_regs() which is defined in linux/ptrace.h, not currently included asm/compat.h. Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed