]> asedeno.scripts.mit.edu Git - linux.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)
commit16e32c3cde7763ab875b9030b443ecbc8e352d8a
tree5bfa3236d6af5b5ee0994cc6417da35acd6a97f9
parent73103975425786ebdb6c4d2868ecf26f391fb77e
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