The patch titled frv: fix fallout from "remove sched.h from mm.h" patch has been removed from the -mm tree. Its filename was frv-fix-fallout-from-remove-schedh-from-mmh-patch.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: frv: fix fallout from "remove sched.h from mm.h" patch From: Alexey Dobriyan <adobriyan@xxxxx> /home/rpjday/AMD/k/topics/0_hi/hi1.c:15: error: dereferencing pointer to incomplete type /home/rpjday/AMD/k/topics/0_hi/hi1.c:16: error: dereferencing pointer to incomplete type 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 file 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 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