diff options
author | Christoph Hellwig <hch@lst.de> | 2018-12-16 18:19:49 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-12-20 12:21:20 +0100 |
commit | 9c15a87cfc6ce34bc6f2a5cee5e3994c28307942 (patch) | |
tree | dc8100c739e52d6514f58c5dcdfe524b603a04ed /arch/powerpc/kernel/dma-iommu.c | |
parent | powerpc/dma: remove the unused ISA_DMA_THRESHOLD export (diff) | |
download | linux-9c15a87cfc6ce34bc6f2a5cee5e3994c28307942.tar.xz linux-9c15a87cfc6ce34bc6f2a5cee5e3994c28307942.zip |
powerpc/dma: remove the unused dma_iommu_ops export
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/dma-iommu.c')
-rw-r--r-- | arch/powerpc/kernel/dma-iommu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/dma-iommu.c b/arch/powerpc/kernel/dma-iommu.c index f9fe2080ceb9..2ca6cfaebf65 100644 --- a/arch/powerpc/kernel/dma-iommu.c +++ b/arch/powerpc/kernel/dma-iommu.c @@ -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); |