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 <vonbrand@xxxxxxxxxxxx> 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 <vonbrand@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 vonbrand@xxxxxxxxxxxx are - 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