aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-12-26 07:51:44 +0100
committerChristoph Hellwig <hch@lst.de>2019-01-04 09:03:17 +0100
commit4788ba5792cc1368ba4867e1488dc168b4fe97b7 (patch)
tree208b62cf9a875fb168d311a9729ed612b7ecb886 /Documentation
parentdma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrs (diff)
downloadlinux-dev-4788ba5792cc1368ba4867e1488dc168b4fe97b7.tar.xz
linux-dev-4788ba5792cc1368ba4867e1488dc168b4fe97b7.zip
dma-mapping: remove dmam_{declare,release}_coherent_memory
These functions have never been used. Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/driver-model/devres.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
index 841c99529d27..b277cafce71e 100644
--- a/Documentation/driver-model/devres.txt
+++ b/Documentation/driver-model/devres.txt
@@ -250,7 +250,6 @@ DMA
dmaenginem_async_device_register()
dmam_alloc_coherent()
dmam_alloc_attrs()
- dmam_declare_coherent_memory()
dmam_free_coherent()
dmam_pool_create()
dmam_pool_destroy()