diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2008-12-03 09:26:42 -0500 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2009-01-03 08:11:08 -0500 |
commit | e4754c96cf8b82a754dc5ba791d6c0bf1fbe8e8e (patch) | |
tree | a5015d1874992e883e2d8f6ab46caead6503338e /drivers/pci/intel-iommu.c | |
parent | a8bcbb0de4a52f07fef7412ddc877348311ebf2a (diff) |
VT-d: remove now unused intel_iommu_found function
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'drivers/pci/intel-iommu.c')
-rw-r--r-- | drivers/pci/intel-iommu.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/pci/intel-iommu.c b/drivers/pci/intel-iommu.c index 81e04ec85d97..ecb5fd3b71f7 100644 --- a/drivers/pci/intel-iommu.c +++ b/drivers/pci/intel-iommu.c | |||
@@ -3105,12 +3105,6 @@ static void intel_iommu_unmap_range(struct iommu_domain *domain, | |||
3105 | dmar_domain->max_addr = base; | 3105 | dmar_domain->max_addr = base; |
3106 | } | 3106 | } |
3107 | 3107 | ||
3108 | int intel_iommu_found(void) | ||
3109 | { | ||
3110 | return g_num_of_iommus; | ||
3111 | } | ||
3112 | EXPORT_SYMBOL_GPL(intel_iommu_found); | ||
3113 | |||
3114 | static phys_addr_t intel_iommu_iova_to_phys(struct iommu_domain *domain, | 3108 | static phys_addr_t intel_iommu_iova_to_phys(struct iommu_domain *domain, |
3115 | unsigned long iova) | 3109 | unsigned long iova) |
3116 | { | 3110 | { |