diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-02-15 14:52:01 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-03-05 12:23:48 +0100 |
commit | 67a9abe9145c56b2de8754e9781eef8db018dc27 (patch) | |
tree | cf2ad38164cd1ba9cf9d4fb00d0f1a2ecb1a2d5f /board/wandboard | |
parent | 2fb639646d64882229f0870d0791746791124c45 (diff) | |
download | u-boot-imx-67a9abe9145c56b2de8754e9781eef8db018dc27.zip u-boot-imx-67a9abe9145c56b2de8754e9781eef8db018dc27.tar.gz u-boot-imx-67a9abe9145c56b2de8754e9781eef8db018dc27.tar.bz2 |
wandboard: Include <input.h>
Include <input.h> 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 <fabio.estevam@freescale.com>
Diffstat (limited to 'board/wandboard')
-rw-r--r-- | board/wandboard/wandboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/wandboard/wandboard.c b/board/wandboard/wandboard.c index 6918614..c2c0e2e 100644 --- a/board/wandboard/wandboard.c +++ b/board/wandboard/wandboard.c @@ -26,6 +26,7 @@ #include <netdev.h> #include <linux/fb.h> #include <phy.h> +#include <input.h> DECLARE_GLOBAL_DATA_PTR; |