summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/swiotlb.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-12-23 14:01:48 +0100
committerChristoph Hellwig <hch@lst.de>2018-01-15 09:35:26 +0100
commita37a3710f3f91bfd14b0b20018e464a529d72471 (patch)
treebb8a857fe4f07584733d98a8698685c07fb91067 /arch/powerpc/include/asm/swiotlb.h
parentfde25dd4c7b063792a12b36e836c6668ab5b66fe (diff)
powerpc: rename swiotlb_dma_ops
We'll need that name for a generic implementation soon. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Christian König <christian.koenig@amd.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch/powerpc/include/asm/swiotlb.h')
-rw-r--r--arch/powerpc/include/asm/swiotlb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/swiotlb.h b/arch/powerpc/include/asm/swiotlb.h
index 9341ee804d19..f65ecf57b66c 100644
--- a/arch/powerpc/include/asm/swiotlb.h
+++ b/arch/powerpc/include/asm/swiotlb.h
@@ -13,7 +13,7 @@
#include <linux/swiotlb.h>
-extern const struct dma_map_ops swiotlb_dma_ops;
+extern const struct dma_map_ops powerpc_swiotlb_dma_ops;
extern unsigned int ppc_swiotlb_enable;
int __init swiotlb_setup_bus_notifier(void);