Browse Source

[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>
Jeff Dike 19 years ago
parent
commit
1f87b1e6e6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/um/os-Linux/elf_aux.c

+ 0 - 1
arch/um/os-Linux/elf_aux.c

@@ -9,7 +9,6 @@
  */
  */
 #include <elf.h>
 #include <elf.h>
 #include <stddef.h>
 #include <stddef.h>
-#include <asm/elf.h>
 #include "init.h"
 #include "init.h"
 #include "elf_user.h"
 #include "elf_user.h"
 #include "mem_user.h"
 #include "mem_user.h"