The patch titled Subject: mm/cma: include linux/io.h for phys_to_virt() has been removed from the -mm tree. Its filename was mm-cma-make-kmemleak-ignore-cma-regions-fix-fix-fix.patch This patch was dropped because it was folded into mm-cma-make-kmemleak-ignore-cma-regions.patch ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: mm/cma: include linux/io.h for phys_to_virt() Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Thierry Reding <treding@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/cma.c | 1 + 1 file changed, 1 insertion(+) diff -puN mm/cma.c~mm-cma-make-kmemleak-ignore-cma-regions-fix-fix-fix mm/cma.c --- a/mm/cma.c~mm-cma-make-kmemleak-ignore-cma-regions-fix-fix-fix +++ a/mm/cma.c @@ -33,6 +33,7 @@ #include <linux/log2.h> #include <linux/cma.h> #include <linux/highmem.h> +#include <linux/io.h> struct cma { unsigned long base_pfn; _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are drivers-of-add-return-value-to-of_reserved_mem_device_init.patch mm-memcontrol-lockless-page-counters-fix-2.patch gcov-enable-gcov_profile_all-from-arch-kconfigs.patch mm-cma-make-kmemleak-ignore-cma-regions.patch kernel-forkc-export-kernel_thread-to-modules.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