Skip to content
Snippets Groups Projects
Commit b71190f3 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Wolfgang Denk
Browse files

Fix implicit declaration build warnings


- warning: implicit declaration of function ‘serial_initialize’

Signed-off-by: default avatarMarcel Ziswiler <marcel@ziswiler.com>
parent 9acde129
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
#include <devices.h> #include <devices.h>
#include <version.h> #include <version.h>
#include <net.h> #include <net.h>
#include <serial.h>
#ifdef CONFIG_DRIVER_SMC91111 #ifdef CONFIG_DRIVER_SMC91111
#include "../drivers/net/smc91111.h" #include "../drivers/net/smc91111.h"
......
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
#include <status_led.h> #include <status_led.h>
#endif #endif
#include <net.h> #include <net.h>
#include <serial.h>
#if defined(CONFIG_CMD_BEDBUG) #if defined(CONFIG_CMD_BEDBUG)
#include <cmd_bedbug.h> #include <cmd_bedbug.h>
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment