The patch titled Subject: dma-mapping-tidy-up-dma_parms-default-handling-fix has been removed from the -mm tree. Its filename was dma-mapping-tidy-up-dma_parms-default-handling-fix.patch This patch was dropped because it was folded into dma-mapping-tidy-up-dma_parms-default-handling.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: dma-mapping-tidy-up-dma_parms-default-handling-fix dma-mapping.h needs sizes.h for SZ_64K Cc: Arnd Bergmann <arnd@xxxxxxxx> Cc: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> Cc: Robin Murphy <robin.murphy@xxxxxxx> Cc: Russell King <rmk+kernel@xxxxxxxxxxxxxxxx> Cc: Sakari Ailus <sakari.ailus@xxxxxx> Cc: Sumit Semwal <sumit.semwal@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/dma-mapping.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/dma-mapping.h~dma-mapping-tidy-up-dma_parms-default-handling-fix include/linux/dma-mapping.h --- a/include/linux/dma-mapping.h~dma-mapping-tidy-up-dma_parms-default-handling-fix +++ a/include/linux/dma-mapping.h @@ -1,6 +1,7 @@ #ifndef _LINUX_DMA_MAPPING_H #define _LINUX_DMA_MAPPING_H +#include <linux/sizes.h> #include <linux/string.h> #include <linux/device.h> #include <linux/err.h> _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are include-linux-mmzoneh-reflow-comment.patch mm-memcontrolc-uninline-mem_cgroup_usage.patch include-linux-compiler-gcch-improve-__visible-documentation.patch fs-jffs2-wbufc-remove-stray-semicolon.patch dma-mapping-tidy-up-dma_parms-default-handling.patch panic-release-stale-console-lock-to-always-get-the-logbuf-printed-out-fix.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