Skip to content

Commit

Permalink
uml: remove last include of libc asm/page.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cfd-36 authored and Linus Torvalds committed Nov 15, 2007
1 parent 9ac625a commit ee1eca5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/um/kernel/skas/clone.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ee1eca5

Please sign in to comment.