The patch titled Subject: genalloc-add-name-arg-to-gen_pool_get-and-devm_gen_pool_create-v2 has been removed from the -mm tree. Its filename was genalloc-add-name-arg-to-gen_pool_get-and-devm_gen_pool_create-v2.patch This patch was dropped because it was folded into genalloc-add-name-arg-to-gen_pool_get-and-devm_gen_pool_create.patch ------------------------------------------------------ From: Vladimir Zapolskiy <vladimir_zapolskiy@xxxxxxxxxx> Subject: genalloc-add-name-arg-to-gen_pool_get-and-devm_gen_pool_create-v2 * Added the same change in gen_pool_get() argument list to account a recently added client in arm/mach-socfpga/pm.c Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/mach-socfpga/pm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/arm/mach-socfpga/pm.c~genalloc-add-name-arg-to-gen_pool_get-and-devm_gen_pool_create-v2 arch/arm/mach-socfpga/pm.c --- a/arch/arm/mach-socfpga/pm.c~genalloc-add-name-arg-to-gen_pool_get-and-devm_gen_pool_create-v2 +++ a/arch/arm/mach-socfpga/pm.c @@ -56,7 +56,7 @@ static int socfpga_setup_ocram_self_refr goto put_node; } - ocram_pool = gen_pool_get(&pdev->dev); + ocram_pool = gen_pool_get(&pdev->dev, NULL); if (!ocram_pool) { pr_warn("%s: ocram pool unavailable!\n", __func__); ret = -ENODEV; _ Patches currently in -mm which might be from vladimir_zapolskiy@xxxxxxxxxx are genalloc-add-name-arg-to-gen_pool_get-and-devm_gen_pool_create.patch genalloc-add-support-of-multiple-gen_pools-per-device.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