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>
@@ -15,6 +15,7 @@
#include <asm/mach/arch.h>
#include <asm/thread_info.h>
#include <asm/memory.h>
+#include <asm/procinfo.h>
/*
* Make sure that the compiler and target are compatible.
@@ -16,7 +16,6 @@
#include <asm/assembler.h>
#include <asm/mach-types.h>
-#include <asm/procinfo.h>
#include <asm/ptrace.h>
#include <asm/asm-offsets.h>
#include <asm/domain.h>
@@ -12,6 +12,7 @@
#include <linux/ptrace.h>
#include <linux/personality.h>
+#include <asm/elf.h>
#include <asm/cacheflush.h>
#include <asm/ucontext.h>
#include <asm/uaccess.h>
@@ -18,7 +18,6 @@
#include <asm/delay.h>
#include <asm/mmu_context.h>
#include <asm/smp.h>
@@ -29,9 +29,9 @@
#include <linux/init.h>
#include <asm/pgtable-hwdef.h>
#include <asm/pgtable.h>
#include "proc-macros.S"
@@ -18,9 +18,9 @@
@@ -15,9 +15,9 @@
ENTRY(cpu_arm6_dcache_clean_area)
@@ -36,9 +36,9 @@
@@ -12,9 +12,9 @@
.text
@@ -28,9 +28,9 @@
#include <linux/linkage.h>
#include <asm/page.h>
@@ -52,9 +52,9 @@
@@ -11,9 +11,9 @@
/* ARM940T has a 4KB DCache comprising 256 lines of 4 words */
@@ -13,9 +13,9 @@
@@ -17,7 +17,7 @@
#include <asm/hardware.h>
@@ -22,7 +22,7 @@
@@ -13,8 +13,8 @@
#include <asm/hardware/arm_scu.h>
@@ -27,7 +27,7 @@
@@ -23,7 +23,7 @@
@@ -20,7 +20,6 @@
#ifdef __KERNEL__
#include <asm/types.h>
union debug_insn {