diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-02-12 22:22:53 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-13 22:40:50 +0000 |
commit | 84b47a959b55930e86d6178d49769bc9ba34bce1 (patch) | |
tree | 68c9f4439a8df022f3150c5d945678cd060a052e /include/asm-mips | |
parent | 9a88cbb5227970757881b1a65be01dea61fe2584 (diff) | |
download | linux-stable-84b47a959b55930e86d6178d49769bc9ba34bce1.tar.gz linux-stable-84b47a959b55930e86d6178d49769bc9ba34bce1.tar.bz2 linux-stable-84b47a959b55930e86d6178d49769bc9ba34bce1.zip |
[MIPS] Don't claim we support dma_declare_coherent_memory - we don't.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/dma-mapping.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/dma-mapping.h b/include/asm-mips/dma-mapping.h index 236d1a467cc7..230b3f1b69b1 100644 --- 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 */ |