]> git.baikalelectronics.ru Git - kernel.git/commit
dma-mapping: remove dma_deconfigure
authorChristoph Hellwig <hch@lst.de>
Fri, 24 Aug 2018 08:28:18 +0000 (10:28 +0200)
committerChristoph Hellwig <hch@lst.de>
Sat, 8 Sep 2018 09:19:28 +0000 (11:19 +0200)
commita09bc6a67697ad2af5ee5e9402a6a1c4583bc847
tree93e5ec8eae100c5f4daff9e0062b717721f97a8f
parent3231e9a0a055f269bb197f24a64bcbcff462c878
dma-mapping: remove dma_deconfigure

This goes through a lot of hooks just to call arch_teardown_dma_ops.
Replace it with a direct call instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
drivers/acpi/arm64/iort.c
drivers/acpi/scan.c
drivers/base/dd.c
drivers/of/device.c
include/acpi/acpi_bus.h
include/linux/acpi.h
include/linux/dma-mapping.h
include/linux/of_device.h
kernel/dma/mapping.c