Commit ee1eca5d2493026affbbc91b228dd00879484687

Authored by Jeff Dike
Committed by Linus Torvalds
1 parent 9ac625a398

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 <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

arch/um/kernel/skas/clone.c
... ... @@ -3,7 +3,6 @@
3 3 #include <sys/mman.h>
4 4 #include <sys/time.h>
5 5 #include <asm/unistd.h>
6   -#include <asm/page.h>
7 6 #include "as-layout.h"
8 7 #include "ptrace_user.h"
9 8 #include "skas.h"