The patch titled m32r: build fix for removing fs.h from mm.h has been removed from the -mm tree. Its filename was m32r-build-fix-for-removing-fsh-from-mmh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: m32r: build fix for removing fs.h from mm.h From: Hirokazu Takata <takata@xxxxxxxxxxxxxx> This patch is required against the commit: Remove fs.h from mm.h 4e950f6f0189f65f8bf069cf2272649ef418f5e4 Signed-off-by: Hirokazu Takata <takata@xxxxxxxxxxxxxx> Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/m32r/kernel/ptrace.c | 1 + arch/m32r/kernel/smpboot.c | 1 + arch/m32r/kernel/sys_m32r.c | 1 + 3 files changed, 3 insertions(+) diff -puN arch/m32r/kernel/ptrace.c~m32r-build-fix-for-removing-fsh-from-mmh arch/m32r/kernel/ptrace.c --- a/arch/m32r/kernel/ptrace.c~m32r-build-fix-for-removing-fsh-from-mmh +++ a/arch/m32r/kernel/ptrace.c @@ -17,6 +17,7 @@ #include <linux/kernel.h> #include <linux/sched.h> #include <linux/mm.h> +#include <linux/err.h> #include <linux/smp.h> #include <linux/smp_lock.h> #include <linux/errno.h> diff -puN arch/m32r/kernel/smpboot.c~m32r-build-fix-for-removing-fsh-from-mmh arch/m32r/kernel/smpboot.c --- a/arch/m32r/kernel/smpboot.c~m32r-build-fix-for-removing-fsh-from-mmh +++ a/arch/m32r/kernel/smpboot.c @@ -43,6 +43,7 @@ #include <linux/init.h> #include <linux/kernel.h> #include <linux/mm.h> +#include <linux/err.h> #include <linux/irq.h> #include <linux/bootmem.h> #include <linux/delay.h> diff -puN arch/m32r/kernel/sys_m32r.c~m32r-build-fix-for-removing-fsh-from-mmh arch/m32r/kernel/sys_m32r.c --- a/arch/m32r/kernel/sys_m32r.c~m32r-build-fix-for-removing-fsh-from-mmh +++ a/arch/m32r/kernel/sys_m32r.c @@ -10,6 +10,7 @@ #include <linux/errno.h> #include <linux/sched.h> #include <linux/mm.h> +#include <linux/fs.h> #include <linux/smp.h> #include <linux/sem.h> #include <linux/msg.h> _ Patches currently in -mm which might be from takata@xxxxxxxxxxxxxx are origin.patch during-vm-oom-condition-kill-all-threads-in-process-group.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