mirror of
https://xff.cz/git/u-boot/
synced 2025-09-09 12:42:08 +02:00
common:console: add missing include
search_device is declared in iomux, but console only had the definition. This prevents a warning. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <iomux.h>
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#include <os.h>
|
#include <os.h>
|
||||||
#include <serial.h>
|
#include <serial.h>
|
||||||
@@ -621,7 +622,7 @@ inline void dbg(const char *fmt, ...)
|
|||||||
|
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
inline void dbg(const char *fmt, ...)
|
static inline void dbg(const char *fmt, ...)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user