On Wed, Aug 21, 2019 at 8:16 AM Stephen Rothwell <[email protected]> wrote:
> After merging the pinctrl tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> drivers/pinctrl/pinctrl-st.c: In function 'st_pctl_dt_parse_groups':
> drivers/pinctrl/pinctrl-st.c:1212:15: error: implicit declaration of function
> 'of_get_named_gpio'; did you mean 'of_get_address'?
> [-Werror=implicit-function-declaration]
> conf->pin = of_get_named_gpio(pins, pp->name, 0);
> ^~~~~~~~~~~~~~~~~
> of_get_address
>
> Probably caused by commit
>
> 712dfdaf62b6 ("pinctrl: st: Include the right header")
Yeah my mistake :(
I made a v2 patch fixing the error and took this out.
Thanks,
Linus Walleij