[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1273484339-28911-3-git-send-email-benh@kernel.crashing.org>
Date: Mon, 10 May 2010 19:38:36 +1000
From: Benjamin Herrenschmidt <benh@...nel.crashing.org>
To: linux-mm@...ck.org
Cc: linux-kernel@...r.kernel.org, tglx@...uxtronix.de, mingo@...e.hu,
davem@...emloft.net, lethal@...ux-sh.org,
Benjamin Herrenschmidt <benh@...nel.crashing.org>
Subject: [PATCH 02/25] lmb: No reason to include asm/lmb.h late
Signed-off-by: Benjamin Herrenschmidt <benh@...nel.crashing.org>
---
include/linux/lmb.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/linux/lmb.h b/include/linux/lmb.h
index d225d78..de8031f 100644
--- a/include/linux/lmb.h
+++ b/include/linux/lmb.h
@@ -16,6 +16,8 @@
#include <linux/init.h>
#include <linux/mm.h>
+#include <asm/lmb.h>
+
#define MAX_LMB_REGIONS 128
struct lmb_region {
@@ -82,8 +84,6 @@ lmb_end_pfn(struct lmb_type *type, unsigned long region_nr)
lmb_size_pages(type, region_nr);
}
-#include <asm/lmb.h>
-
#endif /* __KERNEL__ */
#endif /* _LINUX_LMB_H */
--
1.6.3.3
--
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