diff options
Diffstat (limited to 'arch/ia64/kernel/pci-dma.c')
-rw-r--r-- | arch/ia64/kernel/pci-dma.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/ia64/kernel/pci-dma.c b/arch/ia64/kernel/pci-dma.c index a647f116a155..e4cb443bb988 100644 --- a/arch/ia64/kernel/pci-dma.c +++ b/arch/ia64/kernel/pci-dma.c | |||
@@ -99,11 +99,6 @@ int iommu_dma_supported(struct device *dev, u64 mask) | |||
99 | } | 99 | } |
100 | EXPORT_SYMBOL(iommu_dma_supported); | 100 | EXPORT_SYMBOL(iommu_dma_supported); |
101 | 101 | ||
102 | static int vtd_dma_mapping_error(struct device *dev, dma_addr_t dma_addr) | ||
103 | { | ||
104 | return 0; | ||
105 | } | ||
106 | |||
107 | void __init pci_iommu_alloc(void) | 102 | void __init pci_iommu_alloc(void) |
108 | { | 103 | { |
109 | dma_ops = &intel_dma_ops; | 104 | dma_ops = &intel_dma_ops; |
@@ -113,7 +108,6 @@ void __init pci_iommu_alloc(void) | |||
113 | dma_ops->sync_single_for_device = machvec_dma_sync_single; | 108 | dma_ops->sync_single_for_device = machvec_dma_sync_single; |
114 | dma_ops->sync_sg_for_device = machvec_dma_sync_sg; | 109 | dma_ops->sync_sg_for_device = machvec_dma_sync_sg; |
115 | dma_ops->dma_supported = iommu_dma_supported; | 110 | dma_ops->dma_supported = iommu_dma_supported; |
116 | dma_ops->mapping_error = vtd_dma_mapping_error; | ||
117 | 111 | ||
118 | /* | 112 | /* |
119 | * The order of these functions is important for | 113 | * The order of these functions is important for |