commit | 796a08cf16054ef93783ca8ab4aec2469c3307c1 | [log] [tgz] |
---|---|---|
author | Robin Murphy <robin.murphy@arm.com> | Mon May 20 09:29:32 2019 +0200 |
committer | Joerg Roedel <jroedel@suse.de> | Mon May 27 17:31:11 2019 +0200 |
tree | e4d3a1c2192cea2870681ea16646aea82760bfd4 | |
parent | b61d271e59d7fd679ad9922ce5f16c116c0f8e94 [diff] |
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>