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

authored by Al Viro and committed by Linus Torvalds 718d8989 024f4747

-1
-1
arch/um/os-Linux/elf_aux.c
··· 9 9 */ 10 10 #include <elf.h> 11 11 #include <stddef.h> 12 - #include <asm/elf.h> 13 12 #include "init.h" 14 13 #include "elf_user.h" 15 14 #include "mem_user.h"