]> git.sur5r.net Git - u-boot/blobdiff - drivers/input/keyboard.c
rockchip: gpio: Read the GPIO value correctly
[u-boot] / drivers / input / keyboard.c
index 71546cb086cd11d0ef37b1028a2c3bbbea74ef3d..48255bd87b4857670e4dc20c838a2c49eade8f78 100644 (file)
@@ -9,7 +9,10 @@
  ***********************************************************************/
 
 #include <common.h>
+#include <console.h>
 #include <input.h>
+
+#include <stdio_dev.h>
 #include <keyboard.h>
 #include <stdio_dev.h>