On 5/13/19 8:06 AM, Randy Dunlap wrote: > On 5/12/19 9:25 PM, Stephen Rothwell wrote: >> Hi all, >> >> Please do not add any v5.3 material to your linux-next included >> trees/branches until after v5.2-rc1 has been released. >> >> Changes since 20190510: >> > > on x86_64: > # CONFIG_OF is not set but CONFIG_COMPILE_TEST=y > > ../drivers/pinctrl/pinctrl-stmfx.c:410:20: error: ‘pinconf_generic_dt_node_to_map_pin’ undeclared here (not in a function) > .dt_node_to_map = pinconf_generic_dt_node_to_map_pin, > ^ > ../drivers/pinctrl/pinctrl-stmfx.c: In function ‘stmfx_pinctrl_probe’: > ../drivers/pinctrl/pinctrl-stmfx.c:652:17: error: ‘struct gpio_chip’ has no member named ‘of_node’ > pctl->gpio_chip.of_node = np; > ^ > > > Full randconfig file is attached. > > -- ~Randy