projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e61b57f
)
powerpc: remove unused flush_write_buffers definition
author
Christoph Hellwig
<hch@lst.de>
Wed, 20 Dec 2017 10:12:02 +0000
(11:12 +0100)
committer
Christoph Hellwig
<hch@lst.de>
Tue, 9 Jan 2018 15:28:36 +0000
(16:28 +0100)
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/powerpc/include/asm/dma-mapping.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/dma-mapping.h
b/arch/powerpc/include/asm/dma-mapping.h
index 5a6cbe11db6f3ddf0d76cc327d980abde097c230..592c7f418aa09a79271d2459a796ca01edf392e7 100644
(file)
--- 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);