projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81e1d65
)
MIPS: bmips: include <linux/dma-direct.h> for phys_to_dma
author
Christoph Hellwig
<hch@lst.de>
Mon, 1 Mar 2021 07:38:31 +0000
(08:38 +0100)
committer
Thomas Bogendoerfer
<tsbogend@alpha.franken.de>
Sat, 6 Mar 2021 07:43:40 +0000
(08:43 +0100)
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>
arch/mips/bmips/dma.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/bmips/dma.c
b/arch/mips/bmips/dma.c
index 49061b870680b9e68f01c152285196f16da481f5..915ce4b189c15b8199b4f4e8f4aa00eb1d1d8307 100644
(file)
--- 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>