Searched hist:e33953082a49abf674e0e326117adadd6f2a4dda (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | common.h | e33953082a49abf674e0e326117adadd6f2a4dda Thu Oct 05 12:13:38 UTC 2017 Diego Dorta <diego.dorta@nxp.com> UPSTREAM: 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.
Change-Id: Id85724ae2fee5e38816467b8a8e25ca9f238eda7 Signed-off-by: Diego Dorta <diego.dorta@nxp.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 026d7958ba6dc5ed4cd2c5ff507f55f3897cf41a)
|