2010-02-27 08:24:54

by Jaswinder Singh Rajput

[permalink] [raw]
Subject: [PATCH -tip] mm: includecheck fix for arch/x86/mm/init_64.c


Fix the following 'make includecheck' warning:
arch/x86/mm/init_64.c: linux/bootmem.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <[email protected]>
Cc: Shaohui Zheng <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Andrew Morton <[email protected]>
---
arch/x86/mm/init_64.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c
index e9b040e..a544bec 100644
--- a/arch/x86/mm/init_64.c
+++ b/arch/x86/mm/init_64.c
@@ -49,7 +49,6 @@
#include <asm/numa.h>
#include <asm/cacheflush.h>
#include <asm/init.h>
-#include <linux/bootmem.h>

static unsigned long dma_reserve __initdata;

--
1.6.6