[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1269537767-7553-5-git-send-email-andrea.gelmini@gelma.net>
Date: Thu, 25 Mar 2010 18:22:35 +0100
From: Andrea Gelmini <andrea.gelmini@...ma.net>
To: linux-doc@...r.kernel.org
Cc: Andrea Gelmini <andrea.gelmini@...ma.net>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>, x86@...nel.org,
Andrew Morton <akpm@...ux-foundation.org>,
KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>,
Yinghai Lu <yinghai@...nel.org>, linux-kernel@...r.kernel.org
Subject: [PATCH 04/16] x86 init_64.c: duplicated include
arch/x86/mm/init_64.c: linux/bootmem.h is included more than once.
Signed-off-by: Andrea Gelmini <andrea.gelmini@...ma.net>
---
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.7.0.3.296.g9776a
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists