[PATCH 1/1] dm: pinctrl: include linux/errno.h in pinctrl.h

Simon Glass sjg at chromium.org
Tue Feb 18 19:31:22 CET 2020


On Mon, 17 Feb 2020 at 06:14, Sébastien Szymanski
<sebastien.szymanski at armadeus.com> wrote:
>
> Otherwise the compilation fails with PINCTRL_GENERIC=n :
>
> In file included from drivers/pinctrl/nxp/pinctrl-imx8m.c:7:0:
> include/dm/pinctrl.h: In function ‘pinctrl_generic_set_state’:
> include/dm/pinctrl.h:319:10: error: ‘EINVAL’ undeclared (first use in this function)
>   return -EINVAL;
>           ^~~~~~
> include/dm/pinctrl.h:319:10: note: each undeclared identifier is reported only once for each function it appears in
>
> Signed-off-by: Sébastien Szymanski <sebastien.szymanski at armadeus.com>
> ---
>  include/dm/pinctrl.h | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list