From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: clk-bm1880.c:undefined reference to `devm_ioremap_resource'
Date: Sat, 14 Nov 2020 19:10:18 +0800 [thread overview]
Message-ID: <202011141916.CxtmP9Yd-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 10690 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: f01c30de86f1047e9bae1b1b1417b0ce8dcd15b1
commit: bbd7ffdbef6888459f301c5889f3b14ada38b913 clk: Allow the common clk framework to be selectable
date: 6 months ago
config: s390-randconfig-p001-20201114 (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=bbd7ffdbef6888459f301c5889f3b14ada38b913
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout bbd7ffdbef6888459f301c5889f3b14ada38b913
# 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-imx-irqsteer.o: in function `imx_irqsteer_probe':
irq-imx-irqsteer.c:(.text+0xd0): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/irqchip/irq-imx-intmux.o: in function `imx_intmux_probe':
irq-imx-intmux.c:(.text+0x114): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/phy/st/phy-stm32-usbphyc.o: in function `stm32_usbphyc_probe':
phy-stm32-usbphyc.c:(.text+0x1ec): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/char/ipmi/bt-bmc.o: in function `bt_bmc_probe':
bt-bmc.c:(.text+0x5a4): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/clk/clk-bm1880.o: in function `bm1880_clk_probe':
>> clk-bm1880.c:(.text+0x344): undefined reference to `devm_ioremap_resource'
>> s390-linux-ld: clk-bm1880.c:(.text+0x39a): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/clk/clk-gemini.o: in function `gemini_clk_probe':
clk-gemini.c:(.text+0x3bc): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/clk/clk-plldig.o: in function `plldig_clk_probe':
clk-plldig.c:(.text+0x2e4): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/clk/bcm/clk-kona-setup.o: in function `kona_dt_ccu_setup':
>> clk-kona-setup.c:(.init.text+0xf0): undefined reference to `iounmap'
s390-linux-ld: drivers/clk/mediatek/clk-mt6797.o: in function `mtk_topckgen_init':
clk-mt6797.c:(.text+0x152): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/clk/mediatek/clk-mt2701.o: in function `mtk_pericfg_init':
clk-mt2701.c:(.text+0x196): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/clk/mediatek/clk-mt2701.o: in function `mtk_topckgen_init':
clk-mt2701.c:(.text+0x276): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/clk/mediatek/clk-mt7622.o: in function `mtk_pericfg_init':
clk-mt7622.c:(.text+0x1d8): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/clk/mediatek/clk-mt7622.o: in function `mtk_topckgen_init':
clk-mt7622.c:(.text+0x2d8): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/clk/mediatek/clk-mt8183.o: in function `clk_mt8183_mcu_probe':
>> clk-mt8183.c:(.text+0x2a): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/clk/mediatek/clk-mt8183.o: in function `clk_mt8183_top_probe':
clk-mt8183.c:(.text+0x188): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/dma/altera-msgdma.o: in function `request_and_map':
altera-msgdma.c:(.text+0x9ce): undefined reference to `devm_ioremap'
s390-linux-ld: drivers/dma/sa11x0-dma.o: in function `sa11x0_dma_remove':
sa11x0-dma.c:(.text+0x446): undefined reference to `iounmap'
s390-linux-ld: drivers/dma/sa11x0-dma.o: in function `sa11x0_dma_probe':
sa11x0-dma.c:(.text+0x21a4): undefined reference to `ioremap'
s390-linux-ld: sa11x0-dma.c:(.text+0x24c8): undefined reference to `iounmap'
s390-linux-ld: drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.o: in function `dw_probe':
dw-axi-dmac-platform.c:(.text+0x1482): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/dma/iop-adma.o: in function `iop_adma_probe':
iop-adma.c:(.text+0x3da2): undefined reference to `devm_ioremap'
s390-linux-ld: drivers/dma/k3dma.o: in function `k3_dma_probe':
k3dma.c:(.text+0x1272): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/dma/timb_dma.o: in function `td_remove':
timb_dma.c:(.text+0x12c): undefined reference to `iounmap'
s390-linux-ld: drivers/dma/timb_dma.o: in function `td_probe':
timb_dma.c:(.text+0x199a): undefined reference to `ioremap'
s390-linux-ld: timb_dma.c:(.text+0x1df2): undefined reference to `iounmap'
s390-linux-ld: drivers/dma/mediatek/mtk-cqdma.o: in function `mtk_cqdma_probe':
mtk-cqdma.c:(.text+0x16fe): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/soc/qcom/qcom_gsbi.o: in function `gsbi_probe':
qcom_gsbi.c:(.text+0xa8): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/soc/qcom/llcc-qcom.o: in function `qcom_llcc_init_mmio':
llcc-qcom.c:(.text+0x206): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/regulator/stm32-vrefbuf.o: in function `stm32_vrefbuf_probe':
stm32-vrefbuf.c:(.text+0x2ec): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/reset/reset-axs10x.o: in function `axs10x_reset_probe':
reset-axs10x.c:(.text+0xc2): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/reset/reset-meson.o: in function `meson_reset_probe':
reset-meson.c:(.text+0x52): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/reset/reset-qcom-pdc.o: in function `qcom_pdc_reset_probe':
reset-qcom-pdc.c:(.text+0x12a): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/reset/reset-simple.o: in function `reset_simple_probe':
reset-simple.c:(.text+0x17e): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/char/hw_random/npcm-rng.o: in function `npcm_rng_probe':
npcm-rng.c:(.text+0x220): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/mfd/cros_ec_dev.o: in function `ec_device_remove':
cros_ec_dev.c:(.text+0x22): undefined reference to `mfd_remove_devices'
s390-linux-ld: drivers/mfd/cros_ec_dev.o: in function `ec_device_probe':
cros_ec_dev.c:(.text+0x220): undefined reference to `mfd_add_devices'
s390-linux-ld: cros_ec_dev.c:(.text+0x274): undefined reference to `mfd_add_devices'
s390-linux-ld: cros_ec_dev.c:(.text+0x2c6): undefined reference to `mfd_add_devices'
s390-linux-ld: drivers/mfd/syscon.o: in function `syscon_probe':
syscon.c:(.text+0xd0): undefined reference to `devm_ioremap'
s390-linux-ld: drivers/input/serio/sun4i-ps2.o: in function `sun4i_ps2_remove':
sun4i-ps2.c:(.text+0x64): undefined reference to `iounmap'
s390-linux-ld: drivers/input/serio/sun4i-ps2.o: in function `sun4i_ps2_probe':
sun4i-ps2.c:(.text+0x3f8): undefined reference to `ioremap'
s390-linux-ld: sun4i-ps2.c:(.text+0x5e4): undefined reference to `iounmap'
s390-linux-ld: drivers/input/keyboard/ep93xx_keypad.o: in function `ep93xx_keypad_remove':
ep93xx_keypad.c:(.text+0xae): undefined reference to `iounmap'
s390-linux-ld: drivers/input/keyboard/ep93xx_keypad.o: in function `ep93xx_keypad_probe':
ep93xx_keypad.c:(.text+0x4f2): undefined reference to `ioremap'
s390-linux-ld: ep93xx_keypad.c:(.text+0x666): undefined reference to `iounmap'
s390-linux-ld: drivers/input/keyboard/sh_keysc.o: in function `sh_keysc_remove':
sh_keysc.c:(.text+0x5c): undefined reference to `iounmap'
s390-linux-ld: drivers/input/keyboard/sh_keysc.o: in function `sh_keysc_probe':
sh_keysc.c:(.text+0x226): undefined reference to `ioremap'
s390-linux-ld: sh_keysc.c:(.text+0x3d8): undefined reference to `iounmap'
s390-linux-ld: drivers/watchdog/armada_37xx_wdt.o: in function `armada_37xx_wdt_probe':
armada_37xx_wdt.c:(.text+0x35e): undefined reference to `devm_ioremap'
s390-linux-ld: drivers/watchdog/at91sam9_wdt.o: in function `at91wdt_probe':
at91sam9_wdt.c:(.init.text+0xac): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/watchdog/omap_wdt.o: in function `omap_wdt_probe':
omap_wdt.c:(.text+0x674): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/watchdog/mtk_wdt.o: in function `mtk_wdt_probe':
mtk_wdt.c:(.text+0x174): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/watchdog/renesas_wdt.o: in function `rwdt_probe':
renesas_wdt.c:(.text+0x360): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/watchdog/aspeed_wdt.o: in function `aspeed_wdt_probe':
aspeed_wdt.c:(.text+0x5e): 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+0x190): undefined reference to `iounmap'
s390-linux-ld: drivers/clocksource/timer-of.o: in function `timer_of_cleanup':
timer-of.c:(.init.text+0x240): undefined reference to `iounmap'
s390-linux-ld: drivers/clocksource/timer-davinci.o: in function `davinci_timer_register':
timer-davinci.c:(.init.text+0xba): undefined reference to `ioremap'
s390-linux-ld: drivers/clocksource/ingenic-ost.o: in function `ingenic_ost_probe':
ingenic-ost.c:(.init.text+0x7c): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/devfreq/tegra30-devfreq.o: in function `tegra_devfreq_probe':
>> tegra30-devfreq.c:(.text+0x546): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/devfreq/event/exynos-ppmu.o: in function `exynos_ppmu_probe':
exynos-ppmu.c:(.text+0xba): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/devfreq/event/rockchip-dfi.o: in function `rockchip_dfi_probe':
rockchip-dfi.c:(.text+0x2e6): undefined reference to `devm_platform_ioremap_resource'
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 20073 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Stephen Boyd <sboyd@kernel.org>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
Mark Brown <broonie@kernel.org>, Arnd Bergmann <arnd@arndb.de>
Subject: clk-bm1880.c:undefined reference to `devm_ioremap_resource'
Date: Sat, 14 Nov 2020 19:10:18 +0800 [thread overview]
Message-ID: <202011141916.CxtmP9Yd-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 10547 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: f01c30de86f1047e9bae1b1b1417b0ce8dcd15b1
commit: bbd7ffdbef6888459f301c5889f3b14ada38b913 clk: Allow the common clk framework to be selectable
date: 6 months ago
config: s390-randconfig-p001-20201114 (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=bbd7ffdbef6888459f301c5889f3b14ada38b913
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout bbd7ffdbef6888459f301c5889f3b14ada38b913
# 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-imx-irqsteer.o: in function `imx_irqsteer_probe':
irq-imx-irqsteer.c:(.text+0xd0): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/irqchip/irq-imx-intmux.o: in function `imx_intmux_probe':
irq-imx-intmux.c:(.text+0x114): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/phy/st/phy-stm32-usbphyc.o: in function `stm32_usbphyc_probe':
phy-stm32-usbphyc.c:(.text+0x1ec): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/char/ipmi/bt-bmc.o: in function `bt_bmc_probe':
bt-bmc.c:(.text+0x5a4): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/clk/clk-bm1880.o: in function `bm1880_clk_probe':
>> clk-bm1880.c:(.text+0x344): undefined reference to `devm_ioremap_resource'
>> s390-linux-ld: clk-bm1880.c:(.text+0x39a): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/clk/clk-gemini.o: in function `gemini_clk_probe':
clk-gemini.c:(.text+0x3bc): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/clk/clk-plldig.o: in function `plldig_clk_probe':
clk-plldig.c:(.text+0x2e4): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/clk/bcm/clk-kona-setup.o: in function `kona_dt_ccu_setup':
>> clk-kona-setup.c:(.init.text+0xf0): undefined reference to `iounmap'
s390-linux-ld: drivers/clk/mediatek/clk-mt6797.o: in function `mtk_topckgen_init':
clk-mt6797.c:(.text+0x152): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/clk/mediatek/clk-mt2701.o: in function `mtk_pericfg_init':
clk-mt2701.c:(.text+0x196): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/clk/mediatek/clk-mt2701.o: in function `mtk_topckgen_init':
clk-mt2701.c:(.text+0x276): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/clk/mediatek/clk-mt7622.o: in function `mtk_pericfg_init':
clk-mt7622.c:(.text+0x1d8): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/clk/mediatek/clk-mt7622.o: in function `mtk_topckgen_init':
clk-mt7622.c:(.text+0x2d8): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/clk/mediatek/clk-mt8183.o: in function `clk_mt8183_mcu_probe':
>> clk-mt8183.c:(.text+0x2a): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/clk/mediatek/clk-mt8183.o: in function `clk_mt8183_top_probe':
clk-mt8183.c:(.text+0x188): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/dma/altera-msgdma.o: in function `request_and_map':
altera-msgdma.c:(.text+0x9ce): undefined reference to `devm_ioremap'
s390-linux-ld: drivers/dma/sa11x0-dma.o: in function `sa11x0_dma_remove':
sa11x0-dma.c:(.text+0x446): undefined reference to `iounmap'
s390-linux-ld: drivers/dma/sa11x0-dma.o: in function `sa11x0_dma_probe':
sa11x0-dma.c:(.text+0x21a4): undefined reference to `ioremap'
s390-linux-ld: sa11x0-dma.c:(.text+0x24c8): undefined reference to `iounmap'
s390-linux-ld: drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.o: in function `dw_probe':
dw-axi-dmac-platform.c:(.text+0x1482): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/dma/iop-adma.o: in function `iop_adma_probe':
iop-adma.c:(.text+0x3da2): undefined reference to `devm_ioremap'
s390-linux-ld: drivers/dma/k3dma.o: in function `k3_dma_probe':
k3dma.c:(.text+0x1272): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/dma/timb_dma.o: in function `td_remove':
timb_dma.c:(.text+0x12c): undefined reference to `iounmap'
s390-linux-ld: drivers/dma/timb_dma.o: in function `td_probe':
timb_dma.c:(.text+0x199a): undefined reference to `ioremap'
s390-linux-ld: timb_dma.c:(.text+0x1df2): undefined reference to `iounmap'
s390-linux-ld: drivers/dma/mediatek/mtk-cqdma.o: in function `mtk_cqdma_probe':
mtk-cqdma.c:(.text+0x16fe): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/soc/qcom/qcom_gsbi.o: in function `gsbi_probe':
qcom_gsbi.c:(.text+0xa8): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/soc/qcom/llcc-qcom.o: in function `qcom_llcc_init_mmio':
llcc-qcom.c:(.text+0x206): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/regulator/stm32-vrefbuf.o: in function `stm32_vrefbuf_probe':
stm32-vrefbuf.c:(.text+0x2ec): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/reset/reset-axs10x.o: in function `axs10x_reset_probe':
reset-axs10x.c:(.text+0xc2): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/reset/reset-meson.o: in function `meson_reset_probe':
reset-meson.c:(.text+0x52): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/reset/reset-qcom-pdc.o: in function `qcom_pdc_reset_probe':
reset-qcom-pdc.c:(.text+0x12a): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/reset/reset-simple.o: in function `reset_simple_probe':
reset-simple.c:(.text+0x17e): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/char/hw_random/npcm-rng.o: in function `npcm_rng_probe':
npcm-rng.c:(.text+0x220): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/mfd/cros_ec_dev.o: in function `ec_device_remove':
cros_ec_dev.c:(.text+0x22): undefined reference to `mfd_remove_devices'
s390-linux-ld: drivers/mfd/cros_ec_dev.o: in function `ec_device_probe':
cros_ec_dev.c:(.text+0x220): undefined reference to `mfd_add_devices'
s390-linux-ld: cros_ec_dev.c:(.text+0x274): undefined reference to `mfd_add_devices'
s390-linux-ld: cros_ec_dev.c:(.text+0x2c6): undefined reference to `mfd_add_devices'
s390-linux-ld: drivers/mfd/syscon.o: in function `syscon_probe':
syscon.c:(.text+0xd0): undefined reference to `devm_ioremap'
s390-linux-ld: drivers/input/serio/sun4i-ps2.o: in function `sun4i_ps2_remove':
sun4i-ps2.c:(.text+0x64): undefined reference to `iounmap'
s390-linux-ld: drivers/input/serio/sun4i-ps2.o: in function `sun4i_ps2_probe':
sun4i-ps2.c:(.text+0x3f8): undefined reference to `ioremap'
s390-linux-ld: sun4i-ps2.c:(.text+0x5e4): undefined reference to `iounmap'
s390-linux-ld: drivers/input/keyboard/ep93xx_keypad.o: in function `ep93xx_keypad_remove':
ep93xx_keypad.c:(.text+0xae): undefined reference to `iounmap'
s390-linux-ld: drivers/input/keyboard/ep93xx_keypad.o: in function `ep93xx_keypad_probe':
ep93xx_keypad.c:(.text+0x4f2): undefined reference to `ioremap'
s390-linux-ld: ep93xx_keypad.c:(.text+0x666): undefined reference to `iounmap'
s390-linux-ld: drivers/input/keyboard/sh_keysc.o: in function `sh_keysc_remove':
sh_keysc.c:(.text+0x5c): undefined reference to `iounmap'
s390-linux-ld: drivers/input/keyboard/sh_keysc.o: in function `sh_keysc_probe':
sh_keysc.c:(.text+0x226): undefined reference to `ioremap'
s390-linux-ld: sh_keysc.c:(.text+0x3d8): undefined reference to `iounmap'
s390-linux-ld: drivers/watchdog/armada_37xx_wdt.o: in function `armada_37xx_wdt_probe':
armada_37xx_wdt.c:(.text+0x35e): undefined reference to `devm_ioremap'
s390-linux-ld: drivers/watchdog/at91sam9_wdt.o: in function `at91wdt_probe':
at91sam9_wdt.c:(.init.text+0xac): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/watchdog/omap_wdt.o: in function `omap_wdt_probe':
omap_wdt.c:(.text+0x674): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/watchdog/mtk_wdt.o: in function `mtk_wdt_probe':
mtk_wdt.c:(.text+0x174): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/watchdog/renesas_wdt.o: in function `rwdt_probe':
renesas_wdt.c:(.text+0x360): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/watchdog/aspeed_wdt.o: in function `aspeed_wdt_probe':
aspeed_wdt.c:(.text+0x5e): 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+0x190): undefined reference to `iounmap'
s390-linux-ld: drivers/clocksource/timer-of.o: in function `timer_of_cleanup':
timer-of.c:(.init.text+0x240): undefined reference to `iounmap'
s390-linux-ld: drivers/clocksource/timer-davinci.o: in function `davinci_timer_register':
timer-davinci.c:(.init.text+0xba): undefined reference to `ioremap'
s390-linux-ld: drivers/clocksource/ingenic-ost.o: in function `ingenic_ost_probe':
ingenic-ost.c:(.init.text+0x7c): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/devfreq/tegra30-devfreq.o: in function `tegra_devfreq_probe':
>> tegra30-devfreq.c:(.text+0x546): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/devfreq/event/exynos-ppmu.o: in function `exynos_ppmu_probe':
exynos-ppmu.c:(.text+0xba): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/devfreq/event/rockchip-dfi.o: in function `rockchip_dfi_probe':
rockchip-dfi.c:(.text+0x2e6): undefined reference to `devm_platform_ioremap_resource'
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 20073 bytes --]
next reply other threads:[~2020-11-14 11:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-14 11:10 kernel test robot [this message]
2020-11-14 11:10 ` clk-bm1880.c:undefined reference to `devm_ioremap_resource' kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202011141916.CxtmP9Yd-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.