diff options
author | Christoph Hellwig <hch@lst.de> | 2018-12-26 07:51:44 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-01-04 09:03:17 +0100 |
commit | 4788ba5792cc1368ba4867e1488dc168b4fe97b7 (patch) | |
tree | 208b62cf9a875fb168d311a9729ed612b7ecb886 /Documentation | |
parent | d7076f07840851bbe57cb21ba052d6a4a9b1efa9 (diff) | |
download | linux-4788ba5792cc1368ba4867e1488dc168b4fe97b7.tar.bz2 |
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.txt | 1 |
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() |