From: Huang Weiyi <weiyi.huang@gmail.com>
To: linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: mm/hugetlb.c: removed duplicated #include
Date: Sat, 02 Aug 2008 21:16:02 +0800 [thread overview]
Message-ID: <20080802211031.D63E.WEIYI.HUANG@gmail.com> (raw)
Both commit 7cb93181629c613ee2b8f4ffe3446f8003074842 and
78a34ae29bf1c9df62a5bd0f0798b6c62a54d520 added #include <asm/io.h>
in mm/hugetlb.c, but in 2 sightly different places.
This patch fixed it.
Signed-off-by: Huang Weiyi <hwy@cn.fujitsu.com>
diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index 28a2980..d61b954 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -20,7 +20,6 @@
#include <asm/io.h>
#include <asm/page.h>
#include <asm/pgtable.h>
-#include <asm/io.h>
#include <linux/hugetlb.h>
#include "internal.h"
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
reply other threads:[~2008-08-02 13:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20080802211031.D63E.WEIYI.HUANG@gmail.com \
--to=weiyi.huang@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.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