[ARM] Don't include asm/elf.h in asm code

asm code really wants asm/hwcap.h, so include that instead.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Este commit está contenido en:
Russell King
2008-09-07 19:15:31 +01:00
cometido por Russell King
padre 9b727abdff
commit 5ec9407dd1
Se han modificado 23 ficheros con 22 adiciones y 26 borrados

Ver fichero

@@ -12,7 +12,7 @@
#include <linux/init.h>
#include <asm/assembler.h>
#include <asm/asm-offsets.h>
#include <asm/elf.h>
#include <asm/hwcap.h>
#include <asm/pgtable-hwdef.h>
#include <asm/pgtable.h>
#include <asm/ptrace.h>