]> 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, 28 Jul 2011 03:43:21 +0000 (23:43 -0400)
commit44194e2350123e2fa8c1486986435fdcd219b724
treef92eef44c7d9ca92df4da7bddb45660abf1db758
parent312ec785e8f8d6e77ed6a72f92fb0fe9794f9673
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