+ m32r-build-fix-for-removing-fsh-from-mmh.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     m32r: build fix for removing fs.h from mm.h
has been added to the -mm tree.  Its filename is
     m32r-build-fix-for-removing-fsh-from-mmh.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: 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
m32r-build-fix-for-removing-fsh-from-mmh.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux