The patch titled Subject: memtest: remove unused header files has been removed from the -mm tree. Its filename was memtest-remove-unused-header-files.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Vladimir Murzin <vladimir.murzin@xxxxxxx> Subject: memtest: remove unused header files memtest does not require these headers to be included. Signed-off-by: Vladimir Murzin <vladimir.murzin@xxxxxxx> Cc: Leon Romanovsky <leon@xxxxxxx> Acked-by: David Rientjes <rientjes@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memtest.c | 5 ----- 1 file changed, 5 deletions(-) diff -puN mm/memtest.c~memtest-remove-unused-header-files mm/memtest.c --- a/mm/memtest.c~memtest-remove-unused-header-files +++ a/mm/memtest.c @@ -1,11 +1,6 @@ #include <linux/kernel.h> -#include <linux/errno.h> -#include <linux/string.h> #include <linux/types.h> -#include <linux/mm.h> -#include <linux/smp.h> #include <linux/init.h> -#include <linux/pfn.h> #include <linux/memblock.h> static u64 patterns[] __initdata = { _ Patches currently in -mm which might be from vladimir.murzin@xxxxxxx 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