Commits
Ye Li committed d7cdfc01e3e
MLK-24178 imx8: Fix build warning in sci Find below warning on some boards, because sci.h does not include log.h. Fix the issue by replacing linux/errno.h to common.h ./arch/arm/include/asm/arch/sci/sci.h: In function ‘sc_err_to_linux’: ./arch/arm/include/asm/arch/sci/sci.h:56:2: warning: implicit declaration of function ‘debug’ [-Wimplicit-function-declaration] 56 | debug("%s %d %d\n", _func_, err, ret); Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 29509c2104e6820f6618074fd1f109c7ff70bdd2)