]> 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, 11 Aug 2011 19:10:30 +0000 (15:10 -0400)
commitae0eff6a1d885d6ce5c4e2d6acd4c48becd3f76b
treef1db264564b8a42a8d954135ec7c75bc16fa7d6b
parentefe6c44074cab9e4dc893aa58ab02f59a3b44176
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