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 20 năm trước cách đây
mục cha
commit
1f87b1e6e6
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 <stddef.h>
-#include <asm/elf.h>
 #include "init.h"
 #include "elf_user.h"
 #include "mem_user.h"