diff options
author | Christoph Hellwig <hch@lst.de> | 2017-12-20 11:12:02 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-01-09 16:28:36 +0100 |
commit | c91a7a405bc4f80f87b7fdda492154cfd17987e0 (patch) | |
tree | 0ae91cf7a38dda2df24e7a33aaf879b0dfd1f183 /arch/powerpc/include/asm/dma-mapping.h | |
parent | m32r: remove unused flush_write_buffers definition (diff) | |
download | linux-c91a7a405bc4f80f87b7fdda492154cfd17987e0.tar.xz linux-c91a7a405bc4f80f87b7fdda492154cfd17987e0.zip |
powerpc: remove unused flush_write_buffers definition
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch/powerpc/include/asm/dma-mapping.h')
-rw-r--r-- | arch/powerpc/include/asm/dma-mapping.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/dma-mapping.h b/arch/powerpc/include/asm/dma-mapping.h index 5a6cbe11db6f..592c7f418aa0 100644 --- a/arch/powerpc/include/asm/dma-mapping.h +++ b/arch/powerpc/include/asm/dma-mapping.h @@ -107,9 +107,6 @@ static inline void set_dma_offset(struct device *dev, dma_addr_t off) dev->archdata.dma_offset = off; } -/* this will be removed soon */ -#define flush_write_buffers() - #define HAVE_ARCH_DMA_SET_MASK 1 extern int dma_set_mask(struct device *dev, u64 dma_mask); |