projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
024f474
)
[PATCH] uml: fix the x86_64 build
author
Al Viro
<viro@parcelfarce.linux.theplanet.co.uk>
Thu, 18 Aug 2005 18:24:23 +0000
(11:24 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 18 Aug 2005 19:53:58 +0000
(12:53 -0700)
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>
arch/um/os-Linux/elf_aux.c
patch
|
blob
|
history
diff --git
a/arch/um/os-Linux/elf_aux.c
b/arch/um/os-Linux/elf_aux.c
index 9416e1c299269d6f988c9f75f8e6f8ae94e41575..4cca3e9c23fe065c3fb2c5a84464d7cd7ab44178 100644
(file)
--- 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"