diff options
Diffstat (limited to 'drivers/pci/intel-iommu.c')
-rw-r--r-- | drivers/pci/intel-iommu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/intel-iommu.c b/drivers/pci/intel-iommu.c index 60258ecbcb4c..da273e4ef66c 100644 --- a/drivers/pci/intel-iommu.c +++ b/drivers/pci/intel-iommu.c | |||
@@ -2582,8 +2582,6 @@ int intel_map_sg(struct device *hwdev, struct scatterlist *sglist, int nelems, | |||
2582 | static struct dma_mapping_ops intel_dma_ops = { | 2582 | static struct dma_mapping_ops intel_dma_ops = { |
2583 | .alloc_coherent = intel_alloc_coherent, | 2583 | .alloc_coherent = intel_alloc_coherent, |
2584 | .free_coherent = intel_free_coherent, | 2584 | .free_coherent = intel_free_coherent, |
2585 | .map_single = intel_map_single, | ||
2586 | .unmap_single = intel_unmap_single, | ||
2587 | .map_sg = intel_map_sg, | 2585 | .map_sg = intel_map_sg, |
2588 | .unmap_sg = intel_unmap_sg, | 2586 | .unmap_sg = intel_unmap_sg, |
2589 | #ifdef CONFIG_X86_64 | 2587 | #ifdef CONFIG_X86_64 |