diff options
author | Christoph Hellwig <hch@lst.de> | 2018-08-24 09:47:20 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-09-08 11:19:10 +0200 |
commit | 58643a3a8097e93b1c965d0ad3f0d65613b95b2c (patch) | |
tree | baa7de294980a1d6ee8c8915f7c41176c65cb149 /arch/arm/mm | |
parent | e0a9317d900426233621fd88d7ef2ce83c9987aa (diff) |
arm-nommu: don't define arch_teardown_dma_ops
We can just use the default implementation.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Diffstat (limited to 'arch/arm/mm')
-rw-r--r-- | arch/arm/mm/dma-mapping-nommu.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mm/dma-mapping-nommu.c b/arch/arm/mm/dma-mapping-nommu.c index f448a0663b10..aa7aba302e76 100644 --- a/arch/arm/mm/dma-mapping-nommu.c +++ b/arch/arm/mm/dma-mapping-nommu.c @@ -237,7 +237,3 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size, set_dma_ops(dev, dma_ops); } - -void arch_teardown_dma_ops(struct device *dev) -{ -} |