memblock: No reason to include asm/memblock.h late

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Benjamin Herrenschmidt 2010-07-06 15:38:56 -07:00
parent e3239ff92a
commit 411a25a80d

View file

@ -16,6 +16,8 @@
#include <linux/init.h>
#include <linux/mm.h>
#include <asm/memblock.h>
#define MAX_MEMBLOCK_REGIONS 128
struct memblock_region {
@ -82,8 +84,6 @@ memblock_end_pfn(struct memblock_type *type, unsigned long region_nr)
memblock_size_pages(type, region_nr);
}
#include <asm/memblock.h>
#endif /* __KERNEL__ */
#endif /* _LINUX_MEMBLOCK_H */