]> git.ipfire.org Git - people/ms/u-boot.git/commit
imx: sys_proto: Add a prototype for board_mmc_get_env_dev()
authorDiego Dorta <diego.dorta@nxp.com>
Thu, 21 Sep 2017 18:10:03 +0000 (15:10 -0300)
committerStefano Babic <sbabic@denx.de>
Thu, 12 Oct 2017 15:31:16 +0000 (17:31 +0200)
commit9f272573b7a7ac578232fcd06cd28f6413a14438
treec8c8064c06c64eeecca6c7de6d090fa8fbf367a9
parent7594c51ae60296b21f90052d060d4d1330a507a6
imx: sys_proto: Add a prototype for board_mmc_get_env_dev()

When compiling with W=1 the following warning is observed:

board/freescale/mx6sabresd/mx6sabresd.c:266:5: warning:
no previous prototype for ‘board_mmc_get_env_dev’
[-Wmissing-prototypes] int board_mmc_get_env_dev(int devno)

Remove this warning by adding the function prototype into sys_proto.h file.

Signed-off-by: Diego Dorta <diego.dorta@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
arch/arm/include/asm/mach-imx/sys_proto.h