tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: c068f40300a0eaa34f7105d137a5560b86951aa9 commit: 4b23603a251d24022f2fa48ee67610eb245a4115 [4479/13499] dmaengine: drivers: Use devm_platform_ioremap_resource() config: s390-randconfig-c034-20230219 (https://download.01.org/0day-ci/archive/20230219/202302192254.EGOAcwpm-lkp@xxxxxxxxx/config) compiler: s390-linux-gcc (GCC) 12.1.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=4b23603a251d24022f2fa48ee67610eb245a4115 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 4b23603a251d24022f2fa48ee67610eb245a4115 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=s390 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Link: https://lore.kernel.org/oe-kbuild-all/202302192254.EGOAcwpm-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): s390-linux-ld: drivers/dma/fsl-edma.o: in function `fsl_edma_probe': >> fsl-edma.c:(.text+0x1066): undefined reference to `devm_platform_ioremap_resource' >> s390-linux-ld: fsl-edma.c:(.text+0x118c): undefined reference to `devm_platform_ioremap_resource' s390-linux-ld: drivers/dma/idma64.o: in function `idma64_platform_probe': idma64.c:(.text+0x1d1e): undefined reference to `devm_platform_ioremap_resource' s390-linux-ld: drivers/dma/qcom/hidma.o: in function `hidma_probe': hidma.c:(.text+0x530): undefined reference to `devm_ioremap_resource' s390-linux-ld: hidma.c:(.text+0x59c): undefined reference to `devm_ioremap_resource' s390-linux-ld: drivers/crypto/ccree/cc_driver.o: in function `init_cc_resources': cc_driver.c:(.text+0xd84): undefined reference to `devm_ioremap_resource' s390-linux-ld: drivers/crypto/ccree/cc_debugfs.o: in function `cc_debugfs_init': cc_debugfs.c:(.text+0x116): undefined reference to `debugfs_create_regset32' s390-linux-ld: cc_debugfs.c:(.text+0x20c): undefined reference to `debugfs_create_regset32' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests