The patch titled Subject: memtest: remove unused header files has been added to the -mm tree. Its filename is memtest-remove-unused-header-files.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/memtest-remove-unused-header-files.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/memtest-remove-unused-header-files.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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> 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 memtest-use-kstrtouint-instead-of-simple_strtoul.patch memtest-cleanup-log-messages.patch memtest-remove-unused-header-files.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