diff options
author | Vladimir Murzin <vladimir.murzin@arm.com> | 2015-09-08 15:00:22 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-08 15:35:28 -0700 |
commit | 3115aec4513e5bcb399235cac98a5637fe641c13 (patch) | |
tree | 0732f46e85d4b9587033c0899d3ceb887e78d4a5 | |
parent | f373bafcad68834761b40da9cecda842f43d4797 (diff) | |
download | op-kernel-dev-3115aec4513e5bcb399235cac98a5637fe641c13.zip op-kernel-dev-3115aec4513e5bcb399235cac98a5637fe641c13.tar.gz |
memtest: remove unused header files
memtest does not require these headers to be included.
Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Cc: Leon Romanovsky <leon@leon.nu>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | mm/memtest.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mm/memtest.c b/mm/memtest.c index 6bcf7d8..8eaa4c3 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 = { |