tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git ib-move-axp209 head: e1190083b89bd0d53c83b647ff313d9f004c6772 commit: 23f75d7dfa92132e08e31640e0f641dcdea781b9 [3/8] pinctrl: axp209: add pinctrl features config: i386-randconfig-x010-12131225 (attached as .config) compiler: gcc-7 (Debian 7.2.0-12) 7.2.1 20171025 reproduce: git checkout 23f75d7dfa92132e08e31640e0f641dcdea781b9 # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): >> drivers/pinctrl/pinctrl-axp209.c:291:21: error: 'pinconf_generic_dt_node_to_map_group' undeclared here (not in a function); did you mean 'pinconf_generic_params'? .dt_node_to_map = pinconf_generic_dt_node_to_map_group, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinconf_generic_params >> drivers/pinctrl/pinctrl-axp209.c:292:18: error: 'pinconf_generic_dt_free_map' undeclared here (not in a function); did you mean 'pinconf_generic_params'? .dt_free_map = pinconf_generic_dt_free_map, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ pinconf_generic_params vim +291 drivers/pinctrl/pinctrl-axp209.c 289 290 static const struct pinctrl_ops axp20x_pctrl_ops = { > 291 .dt_node_to_map = pinconf_generic_dt_node_to_map_group, > 292 .dt_free_map = pinconf_generic_dt_free_map, 293 .get_groups_count = axp20x_groups_cnt, 294 .get_group_name = axp20x_group_name, 295 .get_group_pins = axp20x_group_pins, 296 }; 297 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation