mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/6] ARM: mmu64: include dma.h
@ 2018-11-30 13:12 Lucas Stach
  2018-11-30 13:12 ` [PATCH 2/6] ARM: nxp-imx8mq-evk: add missing prototype for nxp_imx8mq_evk_ddr_cfg_phy Lucas Stach
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Lucas Stach @ 2018-11-30 13:12 UTC (permalink / raw)
  To: barebox

dma.h provides the prototypes for the different dma_alloc_* functions,
so we should include it to make sure the prototypes are consistent.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/cpu/mmu_64.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/cpu/mmu_64.c b/arch/arm/cpu/mmu_64.c
index 69d1b20718f7..99ddd5a441b9 100644
--- a/arch/arm/cpu/mmu_64.c
+++ b/arch/arm/cpu/mmu_64.c
@@ -19,6 +19,7 @@
 #define pr_fmt(fmt)	"mmu: " fmt
 
 #include <common.h>
+#include <dma.h>
 #include <dma-dir.h>
 #include <init.h>
 #include <mmu.h>
-- 
2.19.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-12-03  8:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-30 13:12 [PATCH 1/6] ARM: mmu64: include dma.h Lucas Stach
2018-11-30 13:12 ` [PATCH 2/6] ARM: nxp-imx8mq-evk: add missing prototype for nxp_imx8mq_evk_ddr_cfg_phy Lucas Stach
2018-11-30 13:13 ` [PATCH 3/6] ARM: ptrace: add mssing show_regs prototype in aarch64 path Lucas Stach
2018-11-30 13:13 ` [PATCH 4/6] ARM: interrupts64: add missing prototypes Lucas Stach
2018-11-30 13:13 ` [PATCH 5/6] ARM: add prototype for mmu_early_disable Lucas Stach
2018-11-30 13:13 ` [PATCH 6/6] ARM64: backtrace: fix missing prototypes Lucas Stach
2018-12-03  8:22 ` [PATCH 1/6] ARM: mmu64: include dma.h Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox