
From: Jeff Dike <jdike@addtoit.com>

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>
---

 arch/um/os-Linux/elf_aux.c |    1 -
 1 files changed, 1 deletion(-)

diff -puN arch/um/os-Linux/elf_aux.c~uml-remove-include-of-asm-elfh arch/um/os-Linux/elf_aux.c
--- devel/arch/um/os-Linux/elf_aux.c~uml-remove-include-of-asm-elfh	2005-09-14 22:25:18.000000000 -0700
+++ devel-akpm/arch/um/os-Linux/elf_aux.c	2005-09-14 22:25:18.000000000 -0700
@@ -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"
_
