]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm: add elf.h to arch/arm/kernel/ptrace.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 18 Jul 2011 16:03:53 +0000 (12:03 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:18 +0000 (04:05 -0400)
commit3c78bfbec10740875c8566c9444dd0bd9ff8c1e9
treeab14b5ff0df0a78a01aca584504e4c713fc9a812
parentb92ba2f3fa84d43aae1ad659902df7bcfedd878e
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 <paul.gortmaker@windriver.com>
arch/arm/kernel/ptrace.c