The patch titled uml: remove last include of libc asm/page.h has been added to the -mm tree. Its filename is uml-remove-last-include-of-libc-asm-pageh.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: uml: remove last include of libc asm/page.h From: Jeff Dike <jdike@xxxxxxxxxxx> asm/page.h is disappearing from the libc headers and we don't need it anyway. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/um/kernel/skas/clone.c | 1 - 1 file changed, 1 deletion(-) diff -puN arch/um/kernel/skas/clone.c~uml-remove-last-include-of-libc-asm-pageh arch/um/kernel/skas/clone.c --- a/arch/um/kernel/skas/clone.c~uml-remove-last-include-of-libc-asm-pageh +++ a/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" _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are git-kvm.patch arch-um-drivers-ubd_kernc-a-warning-fix.patch uml-fix-spurious-irq-testing.patch uml-remove-last-include-of-libc-asm-pageh.patch uml-fix-build-for-config_tcp.patch uml-fix-build-for-config_printk.patch uml-implement-get_wchan.patch uml-get-rid-of-asmlinkage.patch uml-get-rid-of-asmlinkage-checkpatch-fixes.patch iget-stop-hostfs-from-using-iget-and-read_inode.patch iget-stop-hostfs-from-using-iget-and-read_inode-checkpatch-fixes.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html