projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb6396
)
wandboard: Include <input.h>
author
Fabio Estevam
<fabio.estevam@freescale.com>
Sat, 15 Feb 2014 16:52:01 +0000
(14:52 -0200)
committer
Stefano Babic
<sbabic@denx.de>
Wed, 5 Mar 2014 11:23:48 +0000
(12:23 +0100)
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>
board/wandboard/wandboard.c
patch
|
blob
|
history
diff --git
a/board/wandboard/wandboard.c
b/board/wandboard/wandboard.c
index 6918614ec1b2bc5de4b4fb1c2494f6df4a8696d6..c2c0e2e8c7f5d66964ec158e85f591d85e244c17 100644
(file)
--- 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;