diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-10-16 04:26:44 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:43:04 -0400 |
commit | 71f926f2ea61994470a53c9e11d3ef993197cada (patch) | |
tree | 731d5ce6d0be171f693a1c0960f752a5b8e708fc /arch/um/os-Linux/main.c | |
parent | 2f8a2dc2cf8012179e35c1f01a1eef45de18f1a7 (diff) |
uml: stop using libc asm/page.h
Remove includes of asm/page.h from libc code. This header seems to be
disappearing, and UML doesn't make much use of it anyway.
The one use, PAGE_SHIFT in stub.h, is handled by copying the constant from the
kernel side of the house in common_offsets.h.
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>
Diffstat (limited to 'arch/um/os-Linux/main.c')
-rw-r--r-- | arch/um/os-Linux/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/os-Linux/main.c b/arch/um/os-Linux/main.c index e85f4995a011..919c25be254a 100644 --- a/arch/um/os-Linux/main.c +++ b/arch/um/os-Linux/main.c | |||
@@ -12,7 +12,6 @@ | |||
12 | #include <sys/resource.h> | 12 | #include <sys/resource.h> |
13 | #include <sys/mman.h> | 13 | #include <sys/mman.h> |
14 | #include <sys/user.h> | 14 | #include <sys/user.h> |
15 | #include <asm/page.h> | ||
16 | #include "kern_util.h" | 15 | #include "kern_util.h" |
17 | #include "as-layout.h" | 16 | #include "as-layout.h" |
18 | #include "mem_user.h" | 17 | #include "mem_user.h" |