Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee90dabc authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 4a5222ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.
+0 −1
Original line number Diff line number Diff line
@@ -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/thread_info.h>
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

#include <asm/assembler.h>
#include <asm/domain.h>
#include <asm/procinfo.h>
#include <asm/ptrace.h>
#include <asm/asm-offsets.h>
#include <asm/memory.h>
+1 −0
Original line number Diff line number Diff line
@@ -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>
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
#include <asm/cacheflush.h>
#include <asm/delay.h>
#include <asm/mmu_context.h>
#include <asm/procinfo.h>
#include <asm/ptrace.h>
#include <asm/smp.h>

Loading