瀏覽代碼

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>
Fabio Estevam 11 年之前
父節點
當前提交
67a9abe914
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      board/wandboard/wandboard.c

+ 1 - 0
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;