aboutsummaryrefslogtreecommitdiffstats
path: root/mm/bootmem.c
diff options
context:
space:
mode:
authorFranck Bui-Huu <vagabon.xyz@gmail.com>2006-09-26 02:31:06 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-09-26 11:48:45 -0400
commite786e86a542ccc1133f333402526ad00b9c088ae (patch)
treedb08d5e3fd398e9f22128a6867aa12497abe3e7c /mm/bootmem.c
parentbb0923a66820718f636736b22ce47372f79e3400 (diff)
[PATCH] bootmem: remove useless headers inclusions
Signed-off-by: Franck Bui-Huu <vagabon.xyz@gmail.com> Cc: Dave Hansen <haveblue@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm/bootmem.c')
-rw-r--r--mm/bootmem.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/mm/bootmem.c b/mm/bootmem.c
index 9083f5029673..e136c086fd98 100644
--- a/mm/bootmem.c
+++ b/mm/bootmem.c
@@ -8,17 +8,13 @@
8 * free memory collector. It's used to deal with reserved 8 * free memory collector. It's used to deal with reserved
9 * system memory and memory holes as well. 9 * system memory and memory holes as well.
10 */ 10 */
11
12#include <linux/mm.h>
13#include <linux/kernel_stat.h>
14#include <linux/swap.h>
15#include <linux/interrupt.h>
16#include <linux/init.h> 11#include <linux/init.h>
17#include <linux/bootmem.h> 12#include <linux/bootmem.h>
18#include <linux/mmzone.h>
19#include <linux/module.h> 13#include <linux/module.h>
20#include <asm/dma.h> 14
15#include <asm/bug.h>
21#include <asm/io.h> 16#include <asm/io.h>
17
22#include "internal.h" 18#include "internal.h"
23 19
24/* 20/*