diff options
author | John Garry <john.garry@huawei.com> | 2021-03-25 15:30:00 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2021-04-07 11:30:47 +0300 |
commit | 149448b353e2517ecc6eced7d9f46e9f3e08b89e (patch) | |
tree | 8385937da5194ff6bd45bdab317c338f4a9be1e1 /include/linux/dma-iommu.h | |
parent | 363f266eeff6e22a09483dc922dccd7cd0b9fe9c (diff) | |
download | linux-149448b353e2517ecc6eced7d9f46e9f3e08b89e.tar.xz |
iommu: Delete iommu_dma_free_cpu_cached_iovas()
Function iommu_dma_free_cpu_cached_iovas() no longer has any caller, so
delete it.
With that, function free_cpu_cached_iovas() may be made static.
Signed-off-by: John Garry <john.garry@huawei.com>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/1616675401-151997-4-git-send-email-john.garry@huawei.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'include/linux/dma-iommu.h')
-rw-r--r-- | include/linux/dma-iommu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/dma-iommu.h b/include/linux/dma-iommu.h index 13d1f4c14d7b..6e75a2d689b4 100644 --- a/include/linux/dma-iommu.h +++ b/include/linux/dma-iommu.h @@ -83,10 +83,5 @@ static inline void iommu_dma_get_resv_regions(struct device *dev, struct list_he { } -static inline void iommu_dma_free_cpu_cached_iovas(unsigned int cpu, - struct iommu_domain *domain) -{ -} - #endif /* CONFIG_IOMMU_DMA */ #endif /* __DMA_IOMMU_H */ |