diff --git a/[refs] b/[refs] index 649d9b67d64b..f792c4903d50 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e3239ff92a17976ac5d26fa0fe40ef3a9daf2523 +refs/heads/master: 411a25a80da328f5ae6b6c037872ffe867fcc130 diff --git a/trunk/include/linux/memblock.h b/trunk/include/linux/memblock.h index 86e7daf742f2..4b6931327b22 100644 --- a/trunk/include/linux/memblock.h +++ b/trunk/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 */