diff options
author | Christoph Hellwig <hch@lst.de> | 2020-11-06 19:02:17 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-11-18 11:11:38 +0300 |
commit | 16fee29b07358293f135759d9fdbf1267da57ebd (patch) | |
tree | 1ca11c4f8367c7ac76a613a926a2fd18f3dee081 /arch/sh | |
parent | 5739301308fd1a4c4b7a561f9bf6c1356e5c0612 (diff) | |
download | linux-16fee29b07358293f135759d9fdbf1267da57ebd.tar.xz |
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/sh')
-rw-r--r-- | arch/sh/drivers/pci/pcie-sh7786.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/pcie-sh7786.c b/arch/sh/drivers/pci/pcie-sh7786.c index 4468289ab2ca..4d499476c33a 100644 --- a/arch/sh/drivers/pci/pcie-sh7786.c +++ b/arch/sh/drivers/pci/pcie-sh7786.c @@ -12,7 +12,7 @@ #include <linux/io.h> #include <linux/async.h> #include <linux/delay.h> -#include <linux/dma-mapping.h> +#include <linux/dma-map-ops.h> #include <linux/slab.h> #include <linux/clk.h> #include <linux/sh_clk.h> |