dma-mapping: remove the dma_direct_set_offset export
authorChristoph Hellwig <hch@lst.de>
Fri, 6 Nov 2020 16:02:17 +0000 (17:02 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 18 Nov 2020 08:11:38 +0000 (09:11 +0100)
commit16fee29b07358293f135759d9fdbf1267da57ebd
tree1ca11c4f8367c7ac76a613a926a2fd18f3dee081
parent5739301308fd1a4c4b7a561f9bf6c1356e5c0612
dma-mapping: remove the dma_direct_set_offset export

Drop the dma_direct_set_offset export and move the declaration to
dma-map-ops.h now that the Allwinner drivers have stopped calling it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
arch/arm/mach-keystone/keystone.c
arch/arm/mach-omap1/usb.c
arch/sh/drivers/pci/pcie-sh7786.c
arch/x86/pci/sta2x11-fixup.c
include/linux/dma-map-ops.h
include/linux/dma-mapping.h
kernel/dma/direct.c