iommu/amd: Remove map_sg_no_iommu()
authorJoerg Roedel <joro@8bytes.org>
Tue, 9 Apr 2013 13:04:36 +0000 (15:04 +0200)
committerJoerg Roedel <joro@8bytes.org>
Thu, 18 Apr 2013 15:19:45 +0000 (17:19 +0200)
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>

No differences found