memtest does not require these headers to be included. Signed-off-by: Vladimir Murzin <vladimir.murzin@xxxxxxx> --- mm/memtest.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mm/memtest.c b/mm/memtest.c index ccaed3e..fe08f70 100644 --- a/mm/memtest.c +++ b/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 = { -- 1.7.9.5 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href