]> 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>
Thu, 25 Aug 2011 17:54:46 +0000 (13:54 -0400)
commit518e575551644ae0103fb7289cc427ef22816542
tree0dd6f13de7c31486ac4d0efd014db2f4a9d4dcb1
parente27c34537b65a591d2ecfdc1a17f3170957ddf54
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