The patch titled h8300: missing include has been added to the -mm tree. Its filename is h8300-missing-include.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: h8300: missing include From: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> Build error fix. Signed-off-by: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/h8300/kernel/process.c | 1 + arch/h8300/kernel/sys_h8300.c | 1 + 2 files changed, 2 insertions(+) diff -puN arch/h8300/kernel/process.c~h8300-missing-include arch/h8300/kernel/process.c --- a/arch/h8300/kernel/process.c~h8300-missing-include +++ a/arch/h8300/kernel/process.c @@ -37,6 +37,7 @@ #include <linux/a.out.h> #include <linux/interrupt.h> #include <linux/reboot.h> +#include <linux/fs.h> #include <asm/uaccess.h> #include <asm/system.h> diff -puN arch/h8300/kernel/sys_h8300.c~h8300-missing-include arch/h8300/kernel/sys_h8300.c --- a/arch/h8300/kernel/sys_h8300.c~h8300-missing-include +++ a/arch/h8300/kernel/sys_h8300.c @@ -18,6 +18,7 @@ #include <linux/mman.h> #include <linux/file.h> #include <linux/utsname.h> +#include <linux/fs.h> #include <asm/setup.h> #include <asm/uaccess.h> _ Patches currently in -mm which might be from ysato@xxxxxxxxxxxxxxxxxxxx are h8300-missing-include.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