diff options
author | Al Viro <viro@parcelfarce.linux.theplanet.co.uk> | 2005-08-18 18:24:23 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-18 19:53:58 (GMT) |
commit | 718d8989bca49761daf65f77249b0067c40756b2 (patch) | |
tree | bc48f8c3596d8d7e8ca04102c23bd01096669a7e /arch | |
parent | 024f474795af7a0d41bd6d60061d78bd66d13f56 (diff) | |
download | linux-718d8989bca49761daf65f77249b0067c40756b2.tar.xz |
[PATCH] uml: fix the x86_64 build
asm/elf.h breaks the x86_64 build.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/um/os-Linux/elf_aux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/os-Linux/elf_aux.c b/arch/um/os-Linux/elf_aux.c index 9416e1c..4cca3e9 100644 --- a/arch/um/os-Linux/elf_aux.c +++ b/arch/um/os-Linux/elf_aux.c @@ -9,7 +9,6 @@ */ #include <elf.h> #include <stddef.h> -#include <asm/elf.h> #include "init.h" #include "elf_user.h" #include "mem_user.h" |