瀏覽代碼

m32r: remove DMA_ERROR_CODE

dma-noop is the only dma_mapping_ops instance for m32r and does not return
errors.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Christoph Hellwig 8 年之前
父節點
當前提交
7c72e0d557
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      arch/m32r/include/asm/dma-mapping.h

+ 0 - 2
arch/m32r/include/asm/dma-mapping.h

@@ -8,8 +8,6 @@
 #include <linux/dma-debug.h>
 #include <linux/io.h>
 
-#define DMA_ERROR_CODE (~(dma_addr_t)0x0)
-
 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
 {
 	return &dma_noop_ops;