From: Franck Bui-Huu Date: Tue, 26 Sep 2006 06:31:06 +0000 (-0700) Subject: [PATCH] bootmem: remove useless headers inclusions X-Git-Tag: v2.6.19-rc1~1213 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e786e86a542ccc1133f333402526ad00b9c088ae;p=linux-2.6-omap-h63xx.git [PATCH] bootmem: remove useless headers inclusions Signed-off-by: Franck Bui-Huu Cc: Dave Hansen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/bootmem.h b/include/linux/bootmem.h index 1e8dddfb308..b2067e4a448 100644 --- a/include/linux/bootmem.h +++ b/include/linux/bootmem.h @@ -4,11 +4,8 @@ #ifndef _LINUX_BOOTMEM_H #define _LINUX_BOOTMEM_H -#include -#include -#include -#include #include +#include /* * simple boot-time physical memory area allocator. diff --git a/mm/bootmem.c b/mm/bootmem.c index 9083f502967..e136c086fd9 100644 --- a/mm/bootmem.c +++ b/mm/bootmem.c @@ -8,17 +8,13 @@ * free memory collector. It's used to deal with reserved * system memory and memory holes as well. */ - -#include -#include -#include -#include #include #include -#include #include -#include + +#include #include + #include "internal.h" /*