[PATCH 10/10] UML - remove include of asm/elf.h

From: Jeff Dike
Date: Wed Sep 14 2005 - 17:04:48 EST


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@xxxxxxxxxxx>

Index: test/arch/um/os-Linux/elf_aux.c
===================================================================
--- test.orig/arch/um/os-Linux/elf_aux.c 2005-09-14 15:47:21.000000000 -0400
+++ test/arch/um/os-Linux/elf_aux.c 2005-09-14 15:48:17.000000000 -0400
@@ -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"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/