diff options
author | Christoph Hellwig <hch@lst.de> | 2021-03-01 08:38:31 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-03-06 08:43:40 +0100 |
commit | bb28b9f70f20f9a0447d96446353ed2841861234 (patch) | |
tree | 618a1d622167e3dabfa63e70012018197a4b1614 /arch/mips/bmips | |
parent | 81e1d6510dc93c7bf3a129a563ac204897b0bd9e (diff) | |
download | linux-bb28b9f70f20f9a0447d96446353ed2841861234.tar.bz2 |
MIPS: bmips: include <linux/dma-direct.h> for phys_to_dma
Ensure this file has a prototype for phys_to_dma and dma_to_phys.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/bmips')
-rw-r--r-- | arch/mips/bmips/dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bmips/dma.c b/arch/mips/bmips/dma.c index 49061b870680..915ce4b189c1 100644 --- a/arch/mips/bmips/dma.c +++ b/arch/mips/bmips/dma.c @@ -10,7 +10,7 @@ #include <linux/device.h> #include <linux/dma-direction.h> -#include <linux/dma-mapping.h> +#include <linux/dma-direct.h> #include <linux/init.h> #include <linux/io.h> #include <linux/of.h> |