From: Christoph Hellwig Date: Sun, 21 May 2017 10:23:05 +0000 (+0200) Subject: c6x: remove DMA_ERROR_CODE X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fb9ef14b7f7275e8bd081d2450a983589e787d0e;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git c6x: remove DMA_ERROR_CODE Signed-off-by: Christoph Hellwig --- diff --git a/arch/c6x/include/asm/dma-mapping.h b/arch/c6x/include/asm/dma-mapping.h index aca9f755e4f8..05daf1038111 100644 --- a/arch/c6x/include/asm/dma-mapping.h +++ b/arch/c6x/include/asm/dma-mapping.h @@ -12,11 +12,6 @@ #ifndef _ASM_C6X_DMA_MAPPING_H #define _ASM_C6X_DMA_MAPPING_H -/* - * DMA errors are defined by all-bits-set in the DMA address. - */ -#define DMA_ERROR_CODE ~0 - extern const struct dma_map_ops c6x_dma_ops; static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)