The patch titled Subject: dma-mapping-consolidate-dma_set_mask-fix has been removed from the -mm tree. Its filename was dma-mapping-consolidate-dma_set_mask-fix.patch This patch was dropped because it was folded into dma-mapping-consolidate-dma_set_mask.patch ------------------------------------------------------ From: Max Filippov <jcmvbkbc@xxxxxxxxx> Subject: dma-mapping-consolidate-dma_set_mask-fix fix xtensa Signed-off-by: Max Filippov <jcmvbkbc@xxxxxxxxx> Cc: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/xtensa/include/asm/dma-mapping.h | 11 ----------- 1 file changed, 11 deletions(-) diff -puN arch/xtensa/include/asm/dma-mapping.h~dma-mapping-consolidate-dma_set_mask-fix arch/xtensa/include/asm/dma-mapping.h --- a/arch/xtensa/include/asm/dma-mapping.h~dma-mapping-consolidate-dma_set_mask-fix +++ a/arch/xtensa/include/asm/dma-mapping.h @@ -32,17 +32,6 @@ static inline struct dma_map_ops *get_dm #include <asm-generic/dma-mapping-common.h> -static inline int -dma_set_mask(struct device *dev, u64 mask) -{ - if(!dev->dma_mask || !dma_supported(dev, mask)) - return -EIO; - - *dev->dma_mask = mask; - - return 0; -} - void dma_cache_sync(struct device *dev, void *vaddr, size_t size, enum dma_data_direction direction); _ Patches currently in -mm which might be from jcmvbkbc@xxxxxxxxx are dma-mapping-consolidate-dma_set_mask.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