On Fri, 17 Jul 2015, Tang Chen wrote: > diff --git a/include/linux/memblock.h b/include/linux/memblock.h > index d312ae3..c518eb5 100644 > --- a/include/linux/memblock.h > +++ b/include/linux/memblock.h > @@ -77,6 +77,8 @@ int memblock_remove(phys_addr_t base, phys_addr_t size); > int memblock_free(phys_addr_t base, phys_addr_t size); > int memblock_reserve(phys_addr_t base, phys_addr_t size); > void memblock_trim_memory(phys_addr_t align); > +bool memblock_overlaps_region(struct memblock_type *type, > + phys_addr_t base, phys_addr_t size); > -static bool __init_memblock memblock_overlaps_region(struct memblock_type *type, > +bool __init_memblock memblock_overlaps_region(struct memblock_type *type, > phys_addr_t base, phys_addr_t size) > { > unsigned long i; This is silly. You change that function in the first patch already, so why don't you make it globally visible there and then have the user. Other than that: Acked-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>