iommu/dma: Squash __iommu_dma_{map,unmap}_page helpers
authorRobin Murphy <robin.murphy@arm.com>
Mon, 20 May 2019 07:29:32 +0000 (09:29 +0200)
committerJoerg Roedel <jroedel@suse.de>
Mon, 27 May 2019 15:31:11 +0000 (17:31 +0200)
commit796a08cf16054ef93783ca8ab4aec2469c3307c1
treee4d3a1c2192cea2870681ea16646aea82760bfd4
parentb61d271e59d7fd679ad9922ce5f16c116c0f8e94
iommu/dma: Squash __iommu_dma_{map,unmap}_page helpers

The remaining internal callsites don't care about having prototypes
compatible with the relevant dma_map_ops callbacks, so the extra
level of indirection just wastes space and complictaes things.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/dma-iommu.c