diff options
| author | Christoph Hellwig <hch@lst.de> | 2018-05-18 15:41:32 +0200 |
|---|---|---|
| committer | Christoph Hellwig <hch@lst.de> | 2018-05-19 08:46:12 +0200 |
| commit | 6c3e71dd63a0cc0ce3bd1a4340c1d51a609d372c (patch) | |
| tree | 502d2fac944a90d97fa6ee5f7e8a13ee3c7dec4a /arch/arc/include/asm/dma-mapping.h | |
| parent | a8eb92d02dd7ffc7f04c48da3f2f80dbb6c74e5e (diff) | |
arc: use generic dma_noncoherent_ops
Switch to the generic noncoherent direct mapping implementation.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Alexey Brodkin <abrodkin@synopsys.com>
Acked-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include/asm/dma-mapping.h')
| -rw-r--r-- | arch/arc/include/asm/dma-mapping.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/arc/include/asm/dma-mapping.h b/arch/arc/include/asm/dma-mapping.h deleted file mode 100644 index 7a16824bfe98..000000000000 --- a/arch/arc/include/asm/dma-mapping.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * DMA Mapping glue for ARC - * - * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ - -#ifndef ASM_ARC_DMA_MAPPING_H -#define ASM_ARC_DMA_MAPPING_H - -extern const struct dma_map_ops arc_dma_ops; - -static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) -{ - return &arc_dma_ops; -} - -#endif |
