Skip to content
Snippets Groups Projects
Commit 67a9abe9 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

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: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent 2fb63964
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include <netdev.h> #include <netdev.h>
#include <linux/fb.h> #include <linux/fb.h>
#include <phy.h> #include <phy.h>
#include <input.h>
DECLARE_GLOBAL_DATA_PTR; DECLARE_GLOBAL_DATA_PTR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment