From 67a9abe9145c56b2de8754e9781eef8db018dc27 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Sat, 15 Feb 2014 14:52:01 -0200 Subject: [PATCH] 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 --- board/wandboard/wandboard.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2