From: Prarit Bhargava <prarit@redhat.com>
To: linux-kernel@vger.kernel.org, x86@kernel.org, mingo@redhat.com,
dnelson@redhat.com
Cc: Prarit Bhargava <prarit@redhat.com>
Subject: [PATCH]: x86: remove extra bootmem.h from arch/x86/mm/init_64.c
Date: Tue, 13 Apr 2010 11:47:15 -0400 [thread overview]
Message-ID: <20100413154715.23179.40700.sendpatchset@prarit.bos.redhat.com> (raw)
[Resubmitting to wider audience...]
bootmem.h is already included in init_64.c. Remove the second include.
Signed-off-by: Prarit Bhargava <prarit@redhat.com>
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c
index ee41bba..a9474fc 100644
--- a/arch/x86/mm/init_64.c
+++ b/arch/x86/mm/init_64.c
@@ -50,7 +50,6 @@
#include <asm/numa.h>
#include <asm/cacheflush.h>
#include <asm/init.h>
-#include <linux/bootmem.h>
static unsigned long dma_reserve __initdata;
next reply other threads:[~2010-04-13 15:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-13 15:47 Prarit Bhargava [this message]
2010-04-14 7:00 ` Amerigo Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100413154715.23179.40700.sendpatchset@prarit.bos.redhat.com \
--to=prarit@redhat.com \
--cc=dnelson@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome