commit | a0e191b23d93464bf8726eba8da081d23c08e185 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joro@8bytes.org> | Tue Apr 09 15:04:36 2013 +0200 |
committer | Joerg Roedel <joro@8bytes.org> | Thu Apr 18 17:19:45 2013 +0200 |
tree | a3c7c2aaadf888c15c0e39dc35b37ba548f6f7fa | |
parent | 925fe08bce38d1ff052fe2209b9e2b8d5fbb7f98 [diff] |
iommu/amd: Remove map_sg_no_iommu() This function was intended as a fall-back if the map_sg function is called for a device not mapped by the IOMMU. Since the AMD IOMMU driver uses per-device dma_ops this can never happen. So this function isn't needed anymore. Reviewed-by: Shuah Khan <shuahkhan@gmail.com> Signed-off-by: Joerg Roedel <joro@8bytes.org>