From: Joerg Roedel Date: Tue, 6 Sep 2011 16:46:34 +0000 (+0200) Subject: iommu/core: Convert iommu_found to iommu_present X-Git-Tag: v3.2-rc1~117^2^5~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1b60c1cd913c5ccfb38c717ba0bd22622425fa7;p=pandora-kernel.git iommu/core: Convert iommu_found to iommu_present With per-bus iommu_ops the iommu_found function needs to work on a bus_type too. This patch adds a bus_type parameter to that function and converts all call-places. The function is also renamed to iommu_present because the function now checks if an iommu is present for a given bus and does not check for a global iommu anymore. Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed