From: Alifer Moraes Date: Tue, 14 Jan 2020 14:22:57 +0000 (-0300) Subject: imx8mm_evk: Include sys_proto.h header X-Git-Tag: v2025.01-rc5-pxa1908~2597^2~12 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=5255f85c6efb62ec962e216a6d908f800622d60e;p=u-boot.git imx8mm_evk: Include sys_proto.h header 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 --- diff --git a/board/freescale/imx8mm_evk/imx8mm_evk.c b/board/freescale/imx8mm_evk/imx8mm_evk.c index a0af550f5e..c5fd940eeb 100644 --- a/board/freescale/imx8mm_evk/imx8mm_evk.c +++ b/board/freescale/imx8mm_evk/imx8mm_evk.c @@ -8,6 +8,7 @@ #include #include +#include #include DECLARE_GLOBAL_DATA_PTR;