The patch titled move-mm_struct-and-vm_area_struct fix has been removed from the -mm tree. Its filename was move-mm_struct-and-vm_area_struct-fix.patch This patch was dropped because it was folded into move-mm_struct-and-vm_area_struct.patch ------------------------------------------------------ Subject: move-mm_struct-and-vm_area_struct fix From: Aurelien Jarno <aurelien@xxxxxxxxxxx> CC arch/mips/kernel/asm-offsets.s In file included from include/linux/sched.h:58, from arch/mips/kernel/asm-offsets.c:13: include/linux/mm_types.h:115: error: expected specifier-qualifier-list before 'pgprot_t' include/linux/mm_types.h:169: warning: 'struct file' declared inside parameter list include/linux/mm_types.h:169: warning: its scope is only this definition or declaration, which is probably not what you want include/linux/mm_types.h:175: error: expected specifier-qualifier-list before 'pgd_t' Signed-off-by: Aurelien Jarno <aurelien@xxxxxxxxxxx> Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mm_types.h | 1 + 1 files changed, 1 insertion(+) diff -puN include/linux/mm_types.h~move-mm_struct-and-vm_area_struct-fix include/linux/mm_types.h --- a/include/linux/mm_types.h~move-mm_struct-and-vm_area_struct-fix +++ a/include/linux/mm_types.h @@ -10,6 +10,7 @@ #include <linux/rbtree.h> #include <linux/rwsem.h> #include <linux/completion.h> +#include <asm/page.h> #include <asm/mmu.h> struct address_space; _ Patches currently in -mm which might be from aurelien@xxxxxxxxxxx are origin.patch move-mm_struct-and-vm_area_struct.patch move-mm_struct-and-vm_area_struct-fix.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