From: Paul Gortmaker Date: Mon, 18 Jul 2011 16:03:53 +0000 (-0400) Subject: arm: add elf.h to arch/arm/kernel/ptrace.c X-Git-Tag: v3.2-rc1~22^2~186 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce8b9d25c94980cc05e59730c97b2ef0285587b4;p=pandora-kernel.git arm: add elf.h to arch/arm/kernel/ptrace.c It was implicitly getting it via an implicit presence of module.h but when we clean that up, we'll get a bunch of lines like this: arch/arm/kernel/ptrace.c:764: error: 'NT_PRSTATUS' undeclared here (not in a function) arch/arm/kernel/ptrace.c:765: error: 'ELF_NGREG' undeclared here (not in a function) arch/arm/kernel/ptrace.c:776: error: 'NT_PRFPREG' undeclared here (not in a function) Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed