projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b63aa
)
hexagon: remove the unused dma_is_consistent prototype
author
Christoph Hellwig
<hch@lst.de>
Mon, 22 May 2017 09:10:08 +0000
(11:10 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Wed, 28 Jun 2017 13:54:43 +0000
(06:54 -0700)
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/hexagon/include/asm/dma-mapping.h
patch
|
blob
|
history
diff --git
a/arch/hexagon/include/asm/dma-mapping.h
b/arch/hexagon/include/asm/dma-mapping.h
index
9c15cb5
..
463dbc1
100644
(file)
--- a/
arch/hexagon/include/asm/dma-mapping.h
+++ b/
arch/hexagon/include/asm/dma-mapping.h
@@
-37,7
+37,6
@@
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
return dma_ops;
}
-extern int dma_is_consistent(struct device *dev, dma_addr_t dma_handle);
extern void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
enum dma_data_direction direction);