]> Pileus Git - ~andy/linux/commit
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)
commita0e191b23d93464bf8726eba8da081d23c08e185
treea3c7c2aaadf888c15c0e39dc35b37ba548f6f7fa
parent925fe08bce38d1ff052fe2209b9e2b8d5fbb7f98
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>
drivers/iommu/amd_iommu.c