diff options
author | Christoph Hellwig <hch@lst.de> | 2019-02-13 08:01:32 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-02-18 22:41:04 +1100 |
commit | 0617fc0ca412b535c0ab0e5e7b03180067f0f7fd (patch) | |
tree | daa05a65c151f7e6adb1117ad9b9a1c8be062b94 /arch/powerpc/include/asm/dma-mapping.h | |
parent | 7610fdf5e056ad5764d19f39db49b11608334610 (diff) | |
download | linux-stable-0617fc0ca412b535c0ab0e5e7b03180067f0f7fd.tar.gz linux-stable-0617fc0ca412b535c0ab0e5e7b03180067f0f7fd.tar.bz2 linux-stable-0617fc0ca412b535c0ab0e5e7b03180067f0f7fd.zip |
powerpc/dma: remove set_dma_offset
There is no good reason for this helper, just opencode it.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Christian Zigotzky <chzigotzky@xenosoft.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/dma-mapping.h')
-rw-r--r-- | arch/powerpc/include/asm/dma-mapping.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/include/asm/dma-mapping.h b/arch/powerpc/include/asm/dma-mapping.h index c70f55d2f5e0..a59c42879194 100644 --- a/arch/powerpc/include/asm/dma-mapping.h +++ b/arch/powerpc/include/asm/dma-mapping.h @@ -43,11 +43,5 @@ static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) return NULL; } -static inline void set_dma_offset(struct device *dev, dma_addr_t off) -{ - if (dev) - dev->archdata.dma_offset = off; -} - #endif /* __KERNEL__ */ #endif /* _ASM_DMA_MAPPING_H */ |