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>
This commit is contained in:
parent
9ac625a398
commit
ee1eca5d24
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue