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: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/cpu/mmu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/cpu/mmu.c b/arch/arm/cpu/mmu.c index 3f00acdb29..fc48376f66 100644 --- a/arch/arm/cpu/mmu.c +++ b/arch/arm/cpu/mmu.c @@ -19,6 +19,7 @@ #include <common.h> #include <dma-dir.h> +#include <dma.h> #include <init.h> #include <mmu.h> #include <errno.h> -- 2.19.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox