]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/dma-iommu: Remove iommu_dma_map_msi_msg()
authorJulien Grall <julien.grall@arm.com>
Wed, 1 May 2019 13:58:24 +0000 (14:58 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Fri, 3 May 2019 14:30:23 +0000 (15:30 +0100)
commitc185955b37423d24aa9941e28d17d67502aa8aa1
tree5bfa3236d6af5b5ee0994cc6417da35acd6a97f9
parent857feb1612445c16eff9b13c0150106c9b8b4e9f
iommu/dma-iommu: Remove iommu_dma_map_msi_msg()

A recent change split iommu_dma_map_msi_msg() in two new functions. The
function was still implemented to avoid modifying all the callers at
once.

Now that all the callers have been reworked, iommu_dma_map_msi_msg() can
be removed.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Acked-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/iommu/dma-iommu.c
include/linux/dma-iommu.h