projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ac625a
)
uml: remove last include of libc asm/page.h
author
Jeff Dike
<jdike@addtoit.com>
Thu, 15 Nov 2007 01:00:27 +0000
(17:00 -0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 15 Nov 2007 02:45:43 +0000
(18:45 -0800)
asm/page.h is disappearing from the libc headers and we don't need it anyway.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/kernel/skas/clone.c
patch
|
blob
|
history
diff --git
a/arch/um/kernel/skas/clone.c
b/arch/um/kernel/skas/clone.c
index d119f4f7d8971ee7576e6c7db57c59bd3d4704a5..8d07a7acb909c707bd5ec4d0bcf3ce6d53045db1 100644
(file)
--- a/
arch/um/kernel/skas/clone.c
+++ b/
arch/um/kernel/skas/clone.c
@@
-3,7
+3,6
@@
#include <sys/mman.h>
#include <sys/time.h>
#include <asm/unistd.h>
-#include <asm/page.h>
#include "as-layout.h"
#include "ptrace_user.h"
#include "skas.h"