diff options
author | Christoph Hellwig <hch@lst.de> | 2017-05-21 13:21:50 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2017-06-20 12:13:08 +0300 |
commit | e0d60ac10ec01647bbdd3963831515dde17f2d70 (patch) | |
tree | 2c9eb32852a9c1059f249bf9dd780166779480a0 /arch/arm64/include/asm | |
parent | 50f5c08b016bb4c6d34667d7ab9d5ee35e85261f (diff) | |
download | linux-e0d60ac10ec01647bbdd3963831515dde17f2d70.tar.xz |
arm64: remove DMA_ERROR_CODE
The dma alloc interface returns an error by return NULL, and the
mapping interfaces rely on the mapping_error method, which the dummy
ops already implement correctly.
Thus remove the DMA_ERROR_CODE define.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Diffstat (limited to 'arch/arm64/include/asm')
-rw-r--r-- | arch/arm64/include/asm/dma-mapping.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/dma-mapping.h b/arch/arm64/include/asm/dma-mapping.h index 5392dbeffa45..cf8fc8f05580 100644 --- a/arch/arm64/include/asm/dma-mapping.h +++ b/arch/arm64/include/asm/dma-mapping.h @@ -24,7 +24,6 @@ #include <xen/xen.h> #include <asm/xen/hypervisor.h> -#define DMA_ERROR_CODE (~(dma_addr_t)0) extern const struct dma_map_ops dummy_dma_ops; static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) |