Message ID | 20181216171951.31306-7-hch@lst.de (mailing list archive) |
---|---|
State | Accepted |
Commit | 9c15a87cfc6ce34bc6f2a5cee5e3994c28307942 |
Headers | show |
Series | [1/8] powerpc: allow NOT_COHERENT_CACHE for amigaone | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | success | next/apply_patch Successfully applied |
snowpatch_ozlabs/checkpatch | warning | total: 0 errors, 1 warnings, 0 checks, 10 lines checked |
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);
Signed-off-by: Christoph Hellwig <hch@lst.de> --- arch/powerpc/kernel/dma-iommu.c | 2 -- 1 file changed, 2 deletions(-)