diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-11-09 09:20:47 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-11-30 07:24:46 -0500 |
commit | ee90dabcadd053d5dd69f3a7f8161afa2c751ace (patch) | |
tree | 5585843655ec5bb60218ff24aacad6b02a969527 /include/asm-arm/processor.h | |
parent | 4a5222ca435c2af7466e5d262389609978a8e576 (diff) |
[ARM] Include asm/elf.h instead of asm/procinfo.h
These files want to provide/access ELF hwcap information, so should
be including asm/elf.h rather than asm/procinfo.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/processor.h')
-rw-r--r-- | include/asm-arm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/processor.h b/include/asm-arm/processor.h index 04f4d34c6317..b442e8e2a809 100644 --- a/include/asm-arm/processor.h +++ b/include/asm-arm/processor.h | |||
@@ -20,7 +20,6 @@ | |||
20 | #ifdef __KERNEL__ | 20 | #ifdef __KERNEL__ |
21 | 21 | ||
22 | #include <asm/ptrace.h> | 22 | #include <asm/ptrace.h> |
23 | #include <asm/procinfo.h> | ||
24 | #include <asm/types.h> | 23 | #include <asm/types.h> |
25 | 24 | ||
26 | union debug_insn { | 25 | union debug_insn { |