The patch titled
     Missing #include <linux/mm.h> in drivers/sbus/char/flash.c
has been added to the -mm tree.  Its filename is
     missing-include-linux-mmh-in-drivers-sbus-char-flashc.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: Missing #include <linux/mm.h> in drivers/sbus/char/flash.c
From: Horst H. von Brand <[EMAIL PROTECTED]>

drivers/sbus/char/flash.c does use macros VM_READ and such, needs to include
linux/mm.h.

Signed-off-by: Horst H. von Brand <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/sbus/char/flash.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN 
drivers/sbus/char/flash.c~missing-include-linux-mmh-in-drivers-sbus-char-flashc 
drivers/sbus/char/flash.c
--- 
a/drivers/sbus/char/flash.c~missing-include-linux-mmh-in-drivers-sbus-char-flashc
+++ a/drivers/sbus/char/flash.c
@@ -14,6 +14,7 @@
 #include <linux/init.h>
 #include <linux/smp_lock.h>
 #include <linux/spinlock.h>
+#include <linux/mm.h>
 
 #include <asm/system.h>
 #include <asm/uaccess.h>
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are


-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to