commit | dc3c05504d38849f77149cb962caeaedd1efa127 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Aug 24 10:28:18 2018 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Sat Sep 08 11:19:28 2018 +0200 |
tree | 93e5ec8eae100c5f4daff9e0062b717721f97a8f | |
parent | ccf640f4c9988653ef884672381b03b9be247bec [diff] |
dma-mapping: remove dma_deconfigure This goes through a lot of hooks just to call arch_teardown_dma_ops. Replace it with a direct call instead. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Robin Murphy <robin.murphy@arm.com>