commit | 206d580ac9d6b3925377310a0f5cb5788a289cff | [log] [tgz] |
---|---|---|
author | Diego Dorta <diego.dorta@nxp.com> | Thu Oct 05 09:13:38 2017 -0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 16 09:42:51 2017 -0400 |
tree | 2a7df47f60791df4bdfdb688942e498a6fd38584 | |
parent | 74a21dd2193023d3f8f0fc7cd4788304ef7e1202 [diff] |
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>