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:
9a88cbb
)
[MIPS] Don't claim we support dma_declare_coherent_memory - we don't.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 12 Feb 2007 22:22:53 +0000
(22:22 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 13 Feb 2007 22:40:50 +0000
(22:40 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/dma-mapping.h
patch
|
blob
|
history
diff --git
a/include/asm-mips/dma-mapping.h
b/include/asm-mips/dma-mapping.h
index 236d1a467cc7fb49ae8dd028c8b66c1d2e3cd471..230b3f1b69b1015b3d639691200f97ebad45052e 100644
(file)
--- a/
include/asm-mips/dma-mapping.h
+++ b/
include/asm-mips/dma-mapping.h
@@
-68,6
+68,7
@@
extern int dma_is_consistent(struct device *dev, dma_addr_t dma_addr);
extern void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
enum dma_data_direction direction);
+#if 0
#define ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY
extern int dma_declare_coherent_memory(struct device *dev, dma_addr_t bus_addr,
@@
-75,5
+76,6
@@
extern int dma_declare_coherent_memory(struct device *dev, dma_addr_t bus_addr,
extern void dma_release_declared_memory(struct device *dev);
extern void * dma_mark_declared_memory_occupied(struct device *dev,
dma_addr_t device_addr, size_t size);
+#endif
#endif /* _ASM_DMA_MAPPING_H */