Commit 9c15a87c authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Michael Ellerman

powerpc/dma: remove the unused dma_iommu_ops export

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent acddff9d
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
* busses using the iommu infrastructure * busses using the iommu infrastructure
*/ */
#include <linux/export.h>
#include <asm/iommu.h> #include <asm/iommu.h>
/* /*
...@@ -123,4 +122,3 @@ struct dma_map_ops dma_iommu_ops = { ...@@ -123,4 +122,3 @@ struct dma_map_ops dma_iommu_ops = {
.get_required_mask = dma_iommu_get_required_mask, .get_required_mask = dma_iommu_get_required_mask,
.mapping_error = dma_iommu_mapping_error, .mapping_error = dma_iommu_mapping_error,
}; };
EXPORT_SYMBOL(dma_iommu_ops);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment