The patch titled frv: fix fallout from "remove sched.h from mm.h" patch has been added to the -mm tree. Its filename is frv-fix-fallout-from-remove-schedh-from-mmh-patch.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: frv: fix fallout from "remove sched.h from mm.h" patch From: Alexey Dobriyan <adobriyan@xxxxx> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxx> Cc: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-frv/pgtable.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-frv/pgtable.h~frv-fix-fallout-from-remove-schedh-from-mmh-patch include/asm-frv/pgtable.h --- a/include/asm-frv/pgtable.h~frv-fix-fallout-from-remove-schedh-from-mmh-patch +++ a/include/asm-frv/pgtable.h @@ -25,7 +25,7 @@ #include <linux/slab.h> #include <linux/list.h> #include <linux/spinlock.h> -struct mm_struct; +#include <linux/sched.h> struct vm_area_struct; #endif _ Patches currently in -mm which might be from adobriyan@xxxxx are frv-fix-fallout-from-remove-schedh-from-mmh-patch.patch sparc64-add-linux-pagemaph-to-asm-tlbh.patch make-proc-slabinfo-use-seq_list_xxx-helpers-fix.patch fix-rmmod-read-write-races-in-proc-entries.patch fix-rmmod-read-write-races-in-proc-entries-cleanup.patch fix-rmmod-read-write-races-in-proc-entries-fix.patch proc-environ-wrong-placing-of-ptrace_may_attach-check.patch mutex_unlock-later-in-seq_lseek.patch seq_file-more-atomicity-in-traverse.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