diff options
author | Christoph Hellwig <hch@lst.de> | 2017-12-23 14:01:48 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-01-15 09:35:26 +0100 |
commit | a37a3710f3f91bfd14b0b20018e464a529d72471 (patch) | |
tree | bb8a857fe4f07584733d98a8698685c07fb91067 /arch/powerpc/include/asm/swiotlb.h | |
parent | ia64: rename swiotlb_dma_ops (diff) | |
download | linux-a37a3710f3f91bfd14b0b20018e464a529d72471.tar.xz linux-a37a3710f3f91bfd14b0b20018e464a529d72471.zip |
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.h | 2 |
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); |