[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20080802211031.D63E.WEIYI.HUANG@gmail.com>
Date: Sat, 02 Aug 2008 21:16:02 +0800
From: Huang Weiyi <weiyi.huang@...il.com>
To: linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: mm/hugetlb.c: removed duplicated #include
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@...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 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