From: Jeff Dike Date: Thu, 15 Nov 2007 01:00:27 +0000 (-0800) Subject: uml: remove last include of libc asm/page.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ee1eca5d2493026affbbc91b228dd00879484687;p=deliverable%2Flinux.git uml: remove last include of libc asm/page.h asm/page.h is disappearing from the libc headers and we don't need it anyway. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/um/kernel/skas/clone.c b/arch/um/kernel/skas/clone.c index d119f4f7d897..8d07a7acb909 100644 --- a/arch/um/kernel/skas/clone.c +++ b/arch/um/kernel/skas/clone.c @@ -3,7 +3,6 @@ #include #include #include -#include #include "as-layout.h" #include "ptrace_user.h" #include "skas.h"