The patch titled Missing #include <linux/mm.h> in drivers/sbus/char/flash.c has been removed from the -mm tree. Its filename was missing-include-linux-mmh-in-drivers-sbus-char-flashc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 origin.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