From: Benjamin Herrenschmidt Date: Tue, 6 Jul 2010 22:38:56 +0000 (-0700) Subject: memblock: No reason to include asm/memblock.h late X-Git-Tag: v2.6.37-rc1~183^2~74 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=411a25a80da328f5ae6b6c037872ffe867fcc130;p=~shefty%2Frdma-dev.git memblock: No reason to include asm/memblock.h late Signed-off-by: Benjamin Herrenschmidt --- diff --git a/include/linux/memblock.h b/include/linux/memblock.h index 86e7daf742f..4b6931327b2 100644 --- a/include/linux/memblock.h +++ b/include/linux/memblock.h @@ -16,6 +16,8 @@ #include #include +#include + #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 - #endif /* __KERNEL__ */ #endif /* _LINUX_MEMBLOCK_H */