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>
This commit is contained in:
parent
a33612057b
commit
d5d269b7ef
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue