Quellcode durchsuchen

[PATCH] uml: fix the x86_64 build

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>
Al Viro vor 20 Jahren
Ursprung
Commit
718d8989bc
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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"