From: Al Viro Date: Thu, 18 Aug 2005 18:24:23 +0000 (-0700) Subject: [PATCH] uml: fix the x86_64 build X-Git-Tag: v2.6.13-rc7~3^2~27 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=718d8989bca49761daf65f77249b0067c40756b2;p=linux-2.6-block.git [PATCH] uml: fix the x86_64 build asm/elf.h breaks the x86_64 build. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/um/os-Linux/elf_aux.c b/arch/um/os-Linux/elf_aux.c index 9416e1c29926..4cca3e9c23fe 100644 --- a/arch/um/os-Linux/elf_aux.c +++ b/arch/um/os-Linux/elf_aux.c @@ -9,7 +9,6 @@ */ #include #include -#include #include "init.h" #include "elf_user.h" #include "mem_user.h"