From: Maxime Ripard Date: Tue, 24 Nov 2020 10:35:46 +0000 (+0100) Subject: soc: sunxi: Fix compilation of sunxi_mbus X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e24f7fac3b973ad24b0fd96f6de47695c90f6528;p=linux.git soc: sunxi: Fix compilation of sunxi_mbus dma_direct_set_offset has been moved from dma-mapping.h to dma-map-ops.h, but our driver hasn't been updated resulting in a build breakage. Let's change the header to fix the build. Fixes: 16fee29b0735 ("dma-mapping: remove the dma_direct_set_offset export") Signed-off-by: Maxime Ripard Link: https://lore.kernel.org/r/20201124103546.839711-1-maxime@cerno.tech' Signed-off-by: Arnd Bergmann --- diff --git a/drivers/soc/sunxi/sunxi_mbus.c b/drivers/soc/sunxi/sunxi_mbus.c index a9d077f73c3af..e9925c8487d74 100644 --- a/drivers/soc/sunxi/sunxi_mbus.c +++ b/drivers/soc/sunxi/sunxi_mbus.c @@ -2,7 +2,7 @@ /* Copyright (C) 2020 Maxime Ripard */ #include -#include +#include #include #include #include