]> git.ipfire.org Git - people/ms/u-boot.git/commit
common: Add a prototype for s_init()
authorDiego Dorta <diego.dorta@nxp.com>
Thu, 5 Oct 2017 12:13:38 +0000 (09:13 -0300)
committerTom Rini <trini@konsulko.com>
Mon, 16 Oct 2017 13:42:51 +0000 (09:42 -0400)
commit026d7958ba6dc5ed4cd2c5ff507f55f3897cf41a
tree2a7df47f60791df4bdfdb688942e498a6fd38584
parenta6e9810495bc929b6beafb88f557cdaadf87fc83
common: Add a prototype for s_init()

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

arch/arm/mach-imx/mx6/soc.c:590:6: warning: no previous prototype for ‘s_init’ [-Wmissing-prototypes] void s_init(void)

Remove this warning by adding the function prototype into include/common.h file.

Signed-off-by: Diego Dorta <diego.dorta@nxp.com>
include/common.h