The patch titled Subject: lib/genalloc.c: export devm_gen_pool_create() for modules has been removed from the -mm tree. Its filename was lib-genallocc-export-devm_gen_pool_create-for-modules.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Michal Simek <michal.simek@xxxxxxxxxx> Subject: lib/genalloc.c: export devm_gen_pool_create() for modules Modules can use this function for creating pool. Signed-off-by: Michal Simek <michal.simek@xxxxxxxxxx> Acked-by: Lad, Prabhakar <prabhakar.csengg@xxxxxxxxx> Cc: Laura Abbott <lauraa@xxxxxxxxxxxxxx> Cc: Olof Johansson <olof@xxxxxxxxx> Cc: Catalin Marinas <catalin.marinas@xxxxxxx> Cc: Will Deacon <will.deacon@xxxxxxx> Cc: Vladimir Zapolskiy <vladimir_zapolskiy@xxxxxxxxxx> Cc: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/genalloc.c | 1 + 1 file changed, 1 insertion(+) diff -puN lib/genalloc.c~lib-genallocc-export-devm_gen_pool_create-for-modules lib/genalloc.c --- a/lib/genalloc.c~lib-genallocc-export-devm_gen_pool_create-for-modules +++ a/lib/genalloc.c @@ -598,6 +598,7 @@ struct gen_pool *devm_gen_pool_create(st return pool; } +EXPORT_SYMBOL(devm_gen_pool_create); /** * dev_get_gen_pool - Obtain the gen_pool (if any) for a device _ Patches currently in -mm which might be from michal.simek@xxxxxxxxxx are origin.patch linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html