diff options
author | Russell King | 2006-11-09 14:20:47 +0000 |
---|---|---|
committer | Russell King | 2006-11-30 12:24:46 +0000 |
commit | ee90dabcadd053d5dd69f3a7f8161afa2c751ace (patch) | |
tree | 5585843655ec5bb60218ff24aacad6b02a969527 /arch/arm/mm/proc-v6.S | |
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 'arch/arm/mm/proc-v6.S')
-rw-r--r-- | arch/arm/mm/proc-v6.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/proc-v6.S b/arch/arm/mm/proc-v6.S index 6f72549f8843..b440c8a1d345 100644 --- a/arch/arm/mm/proc-v6.S +++ b/arch/arm/mm/proc-v6.S @@ -13,8 +13,8 @@ #include <linux/linkage.h> #include <asm/assembler.h> #include <asm/asm-offsets.h> +#include <asm/elf.h> #include <asm/hardware/arm_scu.h> -#include <asm/procinfo.h> #include <asm/pgtable-hwdef.h> #include <asm/pgtable.h> |