commit | 2661c9cb1af264237fb5dddef859e3cedc93507e | [log] [tgz] |
---|---|---|
author | Diego Dorta <diego.dorta@nxp.com> | Fri Sep 22 12:12:18 2017 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 12 17:31:16 2017 +0200 |
tree | ef68404e6a80892202fc7eac3f53f1815e3f664f | |
parent | 6bb1c1ed27acf01d227126c4ae60e23fa4703e3d [diff] |
imx: Include <input.h> header file When building with W=1 errors like the one below is seen: board/freescale/mx6sabresd/mx6sabresd.c:546:5: warning: no previous prototype for ‘overwrite_console’ [-Wmissing-prototypes] int overwrite_console(void) Fix the build warnings by including <input.h>. Signed-off-by: Diego Dorta <diego.dorta@nxp.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>