Ver Fonte

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>
Jeff Dike há 17 anos atrás
pai
commit
ee1eca5d24
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      arch/um/kernel/skas/clone.c

+ 0 - 1
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"