summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-12-20 13:12:02 +0300
committerChristoph Hellwig <hch@lst.de>2018-01-09 18:28:36 +0300
commitc91a7a405bc4f80f87b7fdda492154cfd17987e0 (patch)
tree0ae91cf7a38dda2df24e7a33aaf879b0dfd1f183 /arch
parente61b57f0e7ce8907458ab9455e4f6fceef5d39f9 (diff)
downloadlinux-c91a7a405bc4f80f87b7fdda492154cfd17987e0.tar.xz
powerpc: remove unused flush_write_buffers definition
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/include/asm/dma-mapping.h3
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);