dma: stm32f4x: Adapt header file include to match new location File include/misc/sys_log.h has been moved to include/logging/sys_log.h. Change-Id: I011ca632396b574ae7e388b47fc2ba3a58fafc7b Signed-off-by: Lee Jones <lee.jones@linaro.org>
diff --git a/drivers/dma/dma_stm32f4x.c b/drivers/dma/dma_stm32f4x.c index b6de91c..c5bba8e 100644 --- a/drivers/dma/dma_stm32f4x.c +++ b/drivers/dma/dma_stm32f4x.c
@@ -12,7 +12,7 @@ #include <dma.h> #include <errno.h> #include <init.h> -#include <misc/sys_log.h> +#include <logging/sys_log.h> #include <stdio.h> #include <string.h>