commit | 2cf7dbff0a955f546a1d2c132b94f9d5b837b714 | [log] [tgz] |
---|---|---|
author | John Garry <john.garry@huawei.com> | Wed Jan 06 21:35:08 2021 +0800 |
committer | Joerg Roedel <jroedel@suse.de> | Wed Jan 27 12:28:58 2021 +0100 |
tree | a38dcc052aae8f0238774505ed00703b24ccd770 | |
parent | 622106190175dbac2b0b0ee7d4275c474e5fe051 [diff] |
iova: Stop exporting some more functions The following functions are not referenced outside dma-iommu.c (and iova.c), which can only be built-in: - init_iova_flush_queue() - free_iova_fast() - queue_iova() - alloc_iova_fast() So stop exporting them. Signed-off-by: John Garry <john.garry@huawei.com> Acked-by: Will Deacon <will@kernel.org> Link: https://lore.kernel.org/r/1609940111-28563-4-git-send-email-john.garry@huawei.com Signed-off-by: Joerg Roedel <jroedel@suse.de>