aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/elf.h
diff options
context:
space:
mode:
authorRalph Siemsen <ralphs@netwinder.org>2006-09-18 16:28:50 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-09-18 16:28:50 +0100
commite40b1074af46d53740320f88dfffd9fb2f78bdf3 (patch)
treea3809ce5543118430361ed3fcaef65619bdaa7f2 /include/asm-arm/elf.h
parent[ARM] 3794/1: S3C24XX: do not defined set_irq_wake when no CONFIG_PM (diff)
downloadlinux-dev-e40b1074af46d53740320f88dfffd9fb2f78bdf3.tar.xz
linux-dev-e40b1074af46d53740320f88dfffd9fb2f78bdf3.zip
[ARM] 3815/1: headers_install support for ARM
Move kernel-only #includes into #ifdef __KERNEL__, so that headers_install target can be used on ARM. Signed-off-by: Ralph Siemsen <ralphs@netwinder.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/elf.h')
-rw-r--r--include/asm-arm/elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/elf.h b/include/asm-arm/elf.h
index 71061ca5c5d0..ae7baa6c73f7 100644
--- a/include/asm-arm/elf.h
+++ b/include/asm-arm/elf.h
@@ -8,7 +8,9 @@
#include <asm/ptrace.h>
#include <asm/user.h>
+#ifdef __KERNEL
#include <asm/procinfo.h>
+#endif
typedef unsigned long elf_greg_t;
typedef unsigned long elf_freg_t[3];