The patch titled Subject: arch/blackfin/mach-bf533/boards/stamp.c: add linux/delay.h has been removed from the -mm tree. Its filename was blackfin-bf533-stamp-add-linux-delayh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Oleg Nesterov <oleg@xxxxxxxxxx> Subject: arch/blackfin/mach-bf533/boards/stamp.c: add linux/delay.h build error arch/blackfin/mach-bf533/boards/stamp.c:834:2: error: implicit declaration of function 'mdelay' Signed-off-by: Oleg Nesterov <oleg@xxxxxxxxxx> Reported-by: Wu Fengguang <fengguang.wu@xxxxxxxxx> Acked-by: Mike Frysinger <vapier@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/blackfin/mach-bf533/boards/stamp.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/blackfin/mach-bf533/boards/stamp.c~blackfin-bf533-stamp-add-linux-delayh arch/blackfin/mach-bf533/boards/stamp.c --- a/arch/blackfin/mach-bf533/boards/stamp.c~blackfin-bf533-stamp-add-linux-delayh +++ a/arch/blackfin/mach-bf533/boards/stamp.c @@ -7,6 +7,7 @@ */ #include <linux/device.h> +#include <linux/delay.h> #include <linux/platform_device.h> #include <linux/mtd/mtd.h> #include <linux/mtd/partitions.h> _ Patches currently in -mm which might be from oleg@xxxxxxxxxx are oom-dont-count-on-mm-less-current-process.patch oom-make-sure-that-tif_memdie-is-set-under-task_lock.patch all-arches-signal-move-restart_block-to-struct-task_struct.patch ptrace-remove-linux-compath-inclusion-under-config_compat.patch linux-next.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