Skip to content
Snippets Groups Projects
Commit 5255f85c authored by Alifer Moraes's avatar Alifer Moraes Committed by Stefano Babic
Browse files

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: default avatarAlifer Moraes <alifer.wsdm@gmail.com>
parent 4cd1f979
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment