lkml.org 
[lkml]   [2020]   [Nov]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectphy-qcom-usb-ss.c:undefined reference to `devm_platform_ioremap_resource'
tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 585e5b17b92dead8a3aca4e3c9876fbca5f7e0ba
commit: 6076967a500c4c6dad19d10d71863db1590a35ed phy: qualcomm: usb: Add SuperSpeed PHY driver
date: 8 months ago
config: s390-randconfig-r021-20201113 (attached as .config)
compiler: s390-linux-gcc (GCC) 9.3.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/torvalds/linux.git/commit/?id=6076967a500c4c6dad19d10d71863db1590a35ed
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout 6076967a500c4c6dad19d10d71863db1590a35ed
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=s390

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

s390-linux-ld: drivers/irqchip/irq-renesas-rza1.o: in function `rza1_irqc_probe':
irq-renesas-rza1.c:(.text+0xb2): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/phy/qualcomm/phy-qcom-usb-ss.o: in function `qcom_ssphy_probe':
>> phy-qcom-usb-ss.c:(.text+0x36a): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.o: in function `dw_probe':
dw-axi-dmac-platform.c:(.text+0x1122): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/dma/idma64.o: in function `idma64_platform_probe':
idma64.c:(.text+0x1210): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/dma/iop-adma.o: in function `iop_adma_probe':
iop-adma.c:(.text+0x2b48): undefined reference to `devm_ioremap'
s390-linux-ld: drivers/dma/k3dma.o: in function `k3_dma_probe':
k3dma.c:(.text+0xb88): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/dma/mv_xor.o: in function `mv_xor_probe':
mv_xor.c:(.text.unlikely+0x20f0): undefined reference to `devm_ioremap'
s390-linux-ld: mv_xor.c:(.text.unlikely+0x214c): undefined reference to `devm_ioremap'
s390-linux-ld: drivers/dma/stm32-dmamux.o: in function `stm32_dmamux_probe':
stm32-dmamux.c:(.text+0x224): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/dma/sprd-dma.o: in function `sprd_dma_probe':
sprd-dma.c:(.text+0x390): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/dma/xgene-dma.o: in function `xgene_dma_probe':
xgene-dma.c:(.text+0x1846): undefined reference to `devm_ioremap'
s390-linux-ld: xgene-dma.c:(.text+0x189a): undefined reference to `devm_ioremap'
s390-linux-ld: xgene-dma.c:(.text+0x18ee): undefined reference to `devm_ioremap'
s390-linux-ld: xgene-dma.c:(.text+0x1952): undefined reference to `devm_ioremap'
s390-linux-ld: drivers/dma/ti/edma.o: in function `edma_probe':
edma.c:(.text+0x231c): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/soc/amlogic/meson-canvas.o: in function `meson_canvas_probe':
meson-canvas.c:(.text+0x438): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/soc/amlogic/meson-clk-measure.o: in function `meson_msr_probe':
meson-clk-measure.c:(.text+0x142): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/reset/reset-brcmstb.o: in function `brcmstb_reset_probe':
reset-brcmstb.c:(.text+0x1d4): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/reset/reset-brcmstb-rescal.o: in function `brcm_rescal_reset_probe':
reset-brcmstb-rescal.c:(.text+0x208): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/reset/reset-lpc18xx.o:reset-lpc18xx.c:(.text+0x388): more undefined references to `devm_ioremap_resource' follow
s390-linux-ld: drivers/mfd/syscon.o: in function `syscon_probe':
syscon.c:(.text+0x1ce): undefined reference to `devm_ioremap'
s390-linux-ld: drivers/pcmcia/cistpl.o: in function `set_cis_map':
cistpl.c:(.text+0x3c6): undefined reference to `iounmap'
s390-linux-ld: cistpl.c:(.text+0x3de): undefined reference to `ioremap'
s390-linux-ld: cistpl.c:(.text+0x470): undefined reference to `ioremap'
s390-linux-ld: cistpl.c:(.text+0x490): undefined reference to `iounmap'
s390-linux-ld: drivers/pcmcia/cistpl.o: in function `release_cis_mem':
(.text+0x20fa): undefined reference to `iounmap'
s390-linux-ld: drivers/input/serio/sun4i-ps2.o: in function `sun4i_ps2_remove':
sun4i-ps2.c:(.text+0xe8): undefined reference to `iounmap'
s390-linux-ld: drivers/input/serio/sun4i-ps2.o: in function `sun4i_ps2_probe':
sun4i-ps2.c:(.text+0x4c2): undefined reference to `ioremap'
s390-linux-ld: sun4i-ps2.c:(.text+0x6f4): undefined reference to `iounmap'
s390-linux-ld: drivers/crypto/atmel-tdes.o: in function `atmel_tdes_probe':
atmel-tdes.c:(.text+0xe56): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/crypto/mediatek/mtk-platform.o: in function `mtk_crypto_probe':
mtk-platform.c:(.text+0x7fc): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/clocksource/timer-of.o: in function `timer_of_init':
timer-of.c:(.init.text+0x27c): undefined reference to `iounmap'
s390-linux-ld: drivers/clocksource/timer-of.o: in function `timer_of_cleanup':
timer-of.c:(.init.text+0x394): undefined reference to `iounmap'
s390-linux-ld: drivers/mailbox/imx-mailbox.o: in function `imx_mu_probe':
imx-mailbox.c:(.text+0x94): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/mailbox/rockchip-mailbox.o: in function `rockchip_mbox_probe':
rockchip-mailbox.c:(.text+0x6ce): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/rpmsg/qcom_smd.o: in function `qcom_smd_channel_peek':
qcom_smd.c:(.text+0xc4a): undefined reference to `__ioread32_copy'
s390-linux-ld: qcom_smd.c:(.text+0xc82): undefined reference to `__ioread32_copy'
s390-linux-ld: drivers/rpmsg/qcom_smd.o: in function `qcom_smd_write_fifo':
qcom_smd.c:(.text+0x1408): undefined reference to `__iowrite32_copy'
s390-linux-ld: qcom_smd.c:(.text+0x1436): undefined reference to `__iowrite32_copy'

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[unhandled content-type:application/gzip]
\
 
 \ /
  Last update: 2020-11-13 14:18    [W:0.032 / U:0.520 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site