* mm/hugetlb.c: removed duplicated #include
@ 2008-08-02 13:16 Huang Weiyi
0 siblings, 0 replies; only message in thread
From: Huang Weiyi @ 2008-08-02 13:16 UTC (permalink / raw)
To: linux-mm, linux-kernel
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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-02 13:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-02 13:16 mm/hugetlb.c: removed duplicated #include Huang Weiyi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox