Re: linux-next: Tree for Dec 3 (pinctrl-equilibrium)

From: Tanwar, Rahul
Date: Wed Dec 04 2019 - 04:36:46 EST



Hi Randy,

On 4/12/2019 12:33 AM, Randy Dunlap wrote:
> On 12/2/19 8:54 PM, Stephen Rothwell wrote:
>> Hi all,
>>
>> Please do not add any material for v5.6 to your linux-next included
>> trees until after v5.5-rc1 has been released.
>>
>> Changes since 20191202:
>>
> on x86_64:
> # CONFIG_OF is not set
>
>
> ld: drivers/pinctrl/pinctrl-equilibrium.o: in function `pinconf_generic_dt_node_to_map_all':
> pinctrl-equilibrium.c:(.text+0xb): undefined reference to `pinconf_generic_dt_node_to_map'
>
> Probably depends on OF.

Can you please tell the compiler/toolchain details that you used when you see
above error ?I tried few versions of gcc and i never see this linker error.
Build always passed successfully.

I have a patch that adds 'depends on OF' in the Kconfig to resolve this but i
want to ensure that i recreate this error first & confirm resolution with the
patch before posting it. Thanks.

Regards,
Rahul