aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-11-06 17:02:17 +0100
committerMaxime Ripard <maxime@cerno.tech>2020-11-18 09:11:38 +0100
commit16fee29b07358293f135759d9fdbf1267da57ebd (patch)
tree1ca11c4f8367c7ac76a613a926a2fd18f3dee081 /arch/x86/pci
parentmedia: sun8i-di: Remove the call to of_dma_configure (diff)
downloadlinux-dev-16fee29b07358293f135759d9fdbf1267da57ebd.tar.xz
linux-dev-16fee29b07358293f135759d9fdbf1267da57ebd.zip
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>
Diffstat (limited to 'arch/x86/pci')
-rw-r--r--arch/x86/pci/sta2x11-fixup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/pci/sta2x11-fixup.c b/arch/x86/pci/sta2x11-fixup.c
index 5701d5ba3df4..7d2525691854 100644
--- a/arch/x86/pci/sta2x11-fixup.c
+++ b/arch/x86/pci/sta2x11-fixup.c
@@ -11,7 +11,8 @@
#include <linux/pci_ids.h>
#include <linux/export.h>
#include <linux/list.h>
-#include <linux/dma-direct.h>
+#include <linux/dma-map-ops.h>
+#include <linux/swiotlb.h>
#include <asm/iommu.h>
#define STA2X11_SWIOTLB_SIZE (4*1024*1024)