summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
diff options
context:
space:
mode:
authorJeff Dike2005-09-17 04:27:52 +0200
committerLinus Torvalds2005-09-17 20:50:00 +0200
commit1f87b1e6e6050c0afe8b4afc279121f99043dc54 (patch)
tree1e06a941a97d91bb46c749aa22e17d8e3dae8d27 /arch/um/os-Linux
parent[PATCH] uml: return a real error code (diff)
downloadkernel-qcow2-linux-1f87b1e6e6050c0afe8b4afc279121f99043dc54.tar.gz
kernel-qcow2-linux-1f87b1e6e6050c0afe8b4afc279121f99043dc54.tar.xz
kernel-qcow2-linux-1f87b1e6e6050c0afe8b4afc279121f99043dc54.zip
[PATCH] uml: remove include of asm/elf.h
asm/elf.h is bad on x86_64, and i386 doesn't need it any more after Al's cleanup. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/os-Linux')
-rw-r--r--arch/um/os-Linux/elf_aux.c1
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 5c02e3395225..e770cb029578 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"