aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic/dma-coherent.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/dma-coherent.h')
-rw-r--r--include/asm-generic/dma-coherent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/dma-coherent.h b/include/asm-generic/dma-coherent.h
index abfb2682de7f..2be8a2dbc868 100644
--- a/include/asm-generic/dma-coherent.h
+++ b/include/asm-generic/dma-coherent.h
@@ -29,6 +29,7 @@ dma_mark_declared_memory_occupied(struct device *dev,
#else
#define dma_alloc_from_coherent(dev, size, handle, ret) (0)
#define dma_release_from_coherent(dev, order, vaddr) (0)
+#define dma_mmap_from_coherent(dev, vma, vaddr, order, ret) (0)
#endif
#endif