The patch titled Subject: genalloc-rename-dev_get_gen_pool-to-gen_pool_get-fix has been removed from the -mm tree. Its filename was genalloc-rename-dev_get_gen_pool-to-gen_pool_get-fix.patch This patch was dropped because it was folded into genalloc-rename-dev_get_gen_pool-to-gen_pool_get.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: genalloc-rename-dev_get_gen_pool-to-gen_pool_get-fix update arch/arm/mach-socfpga/pm.c Cc: Vladimir Zapolskiy <vladimir_zapolskiy@xxxxxxxxxx> Cc: Mark Brown <broonie@xxxxxxxxxx> Cc: Nicolas Ferre <nicolas.ferre@xxxxxxxxx> Cc: Alan Tull <atull@xxxxxxxxxxxxxxxxxxxxx> Cc: Dinh Nguyen <dinguyen@xxxxxxxxxxxxxxxxxxxxx> Cc: Kevin Hilman <khilman@xxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> 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-rename-dev_get_gen_pool-to-gen_pool_get-fix arch/arm/mach-socfpga/pm.c --- a/arch/arm/mach-socfpga/pm.c~genalloc-rename-dev_get_gen_pool-to-gen_pool_get-fix +++ a/arch/arm/mach-socfpga/pm.c @@ -56,7 +56,7 @@ static int socfpga_setup_ocram_self_refr goto put_node; } - ocram_pool = dev_get_gen_pool(&pdev->dev); + ocram_pool = get_gen_pool(&pdev->dev); if (!ocram_pool) { pr_warn("%s: ocram pool unavailable!\n", __func__); ret = -ENODEV; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch mm-meminit-inline-some-helper-functions.patch mm-meminit-finish-initialisation-of-struct-pages-before-basic-setup.patch devpts-if-initialization-failed-dont-crash-when-opening-dev-ptmx.patch ipcshm-move-bug_on-check-into-shm_lock.patch scsi-resolve-sg-buffer-const-ness-issue.patch genalloc-rename-dev_get_gen_pool-to-gen_pool_get.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