]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
wandboard: Include <input.h>
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 15 Feb 2014 16:52:01 +0000 (14:52 -0200)
committerStefano 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

index 6918614ec1b2bc5de4b4fb1c2494f6df4a8696d6..c2c0e2e8c7f5d66964ec158e85f591d85e244c17 100644 (file)
@@ -26,6 +26,7 @@
 #include <netdev.h>
 #include <linux/fb.h>
 #include <phy.h>
+#include <input.h>
 
 DECLARE_GLOBAL_DATA_PTR;