tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 6d72dda014a4753974eb08950089ddf71fec4f60 commit: 70a5e96bad592145ba25365689a2d7d8dedb3bd9 [8011/13576] ASoC: codecs: rx-macro: move clk provider to managed variants config: powerpc-buildonly-randconfig-r006-20220317 (https://download.01.org/0day-ci/archive/20220319/202203191357.ZLlIUELo-lkp@xxxxxxxxx/config) compiler: powerpc-linux-gcc (GCC) 11.2.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=70a5e96bad592145ba25365689a2d7d8dedb3bd9 git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git fetch --no-tags linux-next master git checkout 70a5e96bad592145ba25365689a2d7d8dedb3bd9 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=powerpc SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@xxxxxxxxx> Note: the linux-next/master HEAD 6d72dda014a4753974eb08950089ddf71fec4f60 builds fine. It may have been fixed somewhere. All errors (new ones prefixed by >>, old ones prefixed by <<): ERROR: modpost: "of_clk_add_provider" [sound/soc/codecs/snd-soc-lpass-tx-macro.ko] undefined! ERROR: modpost: "of_clk_src_simple_get" [sound/soc/codecs/snd-soc-lpass-tx-macro.ko] undefined! ERROR: modpost: "clk_hw_register" [sound/soc/codecs/snd-soc-lpass-tx-macro.ko] undefined! ERROR: modpost: "__clk_get_name" [sound/soc/codecs/snd-soc-lpass-tx-macro.ko] undefined! ERROR: modpost: "of_clk_del_provider" [sound/soc/codecs/snd-soc-lpass-tx-macro.ko] undefined! >> ERROR: modpost: "of_clk_hw_simple_get" [sound/soc/codecs/snd-soc-lpass-rx-macro.ko] undefined! >> ERROR: modpost: "devm_clk_hw_register" [sound/soc/codecs/snd-soc-lpass-rx-macro.ko] undefined! >> ERROR: modpost: "devm_of_clk_add_hw_provider" [sound/soc/codecs/snd-soc-lpass-rx-macro.ko] undefined! ERROR: modpost: "__clk_get_name" [sound/soc/codecs/snd-soc-lpass-rx-macro.ko] undefined! Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for SND_SOC_LPASS_RX_MACRO Depends on SOUND && !UML && SND && SND_SOC && COMMON_CLK Selected by - SND_SOC_SC7280 && SOUND && !UML && SND && SND_SOC && SND_SOC_QCOM && I2C && SOUNDWIRE WARNING: unmet direct dependencies detected for SND_SOC_LPASS_TX_MACRO Depends on SOUND && !UML && SND && SND_SOC && COMMON_CLK Selected by - SND_SOC_SC7280 && SOUND && !UML && SND && SND_SOC && SND_SOC_QCOM && I2C && SOUNDWIRE --- 0-DAY CI Kernel Test Service https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx