imx8mm_evk: Include sys_proto.h header
authorAlifer Moraes <alifer.wsdm@gmail.com>
Tue, 14 Jan 2020 14:22:57 +0000 (11:22 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 20 Jan 2020 14:38:16 +0000 (15:38 +0100)
Add sys_proto.h header file to fix the following sparse warning:

board/freescale/imx8mm_evk/imx8mm_evk.c:59:5: warning: no previous
prototype for ‘board_mmc_get_env_dev’ [-Wmissing-prototypes]

Signed-off-by: Alifer Moraes <alifer.wsdm@gmail.com>
board/freescale/imx8mm_evk/imx8mm_evk.c

index a0af550..c5fd940 100644 (file)
@@ -8,6 +8,7 @@
 #include <netdev.h>
 
 #include <asm/arch/clock.h>
+#include <asm/arch/sys_proto.h>
 #include <asm/io.h>
 
 DECLARE_GLOBAL_DATA_PTR;