From: Jeff Dike Date: Sat, 17 Sep 2005 02:27:52 +0000 (-0700) Subject: [PATCH] uml: remove include of asm/elf.h X-Git-Tag: firefly_0821_release~39876^2~385 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1f87b1e6e6050c0afe8b4afc279121f99043dc54;p=firefly-linux-kernel-4.4.55.git [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 Cc: Paolo Giarrusso 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 5c02e3395225..e770cb029578 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"