projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
270315b
)
ARM/sa1111: add a missing include of dma-map-ops.h
author
Christoph Hellwig
<hch@lst.de>
Tue, 20 Oct 2020 07:33:07 +0000
(09:33 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Tue, 20 Oct 2020 07:40:33 +0000
(09:40 +0200)
Ensure the dmabounce functions are available for all Kconfig
permutations.
Fixes: 0a0f0d8be76d ("dma-mapping: split <linux/dma-mapping.h>")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/arm/common/sa1111.c
patch
|
blob
|
history
diff --git
a/arch/arm/common/sa1111.c
b/arch/arm/common/sa1111.c
index c98ebae1aeacafb2703b1445a462046e4a823e3b..f89c1ea327a2541497e82abfb4099c0f995dcd81 100644
(file)
--- a/
arch/arm/common/sa1111.c
+++ b/
arch/arm/common/sa1111.c
@@
-22,7
+22,7
@@
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
-#include <linux/dma-map
ping
.h>
+#include <linux/dma-map
-ops
.h>
#include <linux/clk.h>
#include <linux/io.h>