From: Fabio Estevam Date: Sat, 15 Feb 2014 16:52:01 +0000 (-0200) Subject: wandboard: Include X-Git-Tag: v2014.04~47 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=67a9abe9145c56b2de8754e9781eef8db018dc27;p=karo-tx-uboot.git wandboard: Include Include in order to fix the following sparse warning: wandboard.c:278:5: warning: symbol 'overwrite_console' was not declared. Should it be static? Signed-off-by: Fabio Estevam --- diff --git a/board/wandboard/wandboard.c b/board/wandboard/wandboard.c index 6918614ec1..c2c0e2e8c7 100644 --- a/board/wandboard/wandboard.c +++ b/board/wandboard/wandboard.c @@ -26,6 +26,7 @@ #include #include #include +#include DECLARE_GLOBAL_DATA_PTR;