diff options
author | Christoph Hellwig <hch@lst.de> | 2020-11-06 17:02:17 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-11-18 09:11:38 +0100 |
commit | 16fee29b07358293f135759d9fdbf1267da57ebd (patch) | |
tree | 1ca11c4f8367c7ac76a613a926a2fd18f3dee081 /arch/arm/mach-keystone | |
parent | media: sun8i-di: Remove the call to of_dma_configure (diff) | |
download | linux-16fee29b07358293f135759d9fdbf1267da57ebd.tar.xz linux-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/arm/mach-keystone')
-rw-r--r-- | arch/arm/mach-keystone/keystone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c index 09a65c2dfd73..cd711bfc591f 100644 --- a/arch/arm/mach-keystone/keystone.c +++ b/arch/arm/mach-keystone/keystone.c @@ -8,7 +8,7 @@ */ #include <linux/io.h> #include <linux/of.h> -#include <linux/dma-mapping.h> +#include <linux/dma-map-ops.h> #include <linux/init.h> #include <linux/of_platform.h> #include <linux/of_address.h> |