Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

powerpc/dma: remove the unused dma_iommu_ops export

parent acddff9d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
 * busses using the iommu infrastructure
 */

#include <linux/export.h>
#include <asm/iommu.h>

/*
@@ -123,4 +122,3 @@ struct dma_map_ops dma_iommu_ops = {
	.get_required_mask	= dma_iommu_get_required_mask,
	.mapping_error		= dma_iommu_mapping_error,
};
EXPORT_SYMBOL(dma_iommu_ops);