[soc:pxa-multiplatform-5.18 48/49] ERROR: modpost: "pci_remap_iospace" [drivers/pcmcia/soc_common.ko] undefined!

Arnd Bergmann arnd at arndb.de
Wed May 4 23:47:22 PDT 2022


On Wed, May 4, 2022 at 5:24 AM kernel test robot <lkp at intel.com> wrote:
>
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git pxa-multiplatform-5.18
> head:   364aab79f6c6d587f9c5e154822c74480e8fb820
> commit: 0d1240dd85fb31725d7be10b0e4b7f4b958c1705 [48/49] ARM: pxa/sa1100: move I/O space to PCI_IOBASE
> config: arm-eseries_pxa_defconfig (https://download.01.org/0day-ci/archive/20220504/202205041144.VjEw64Qt-lkp@intel.com/config)
> compiler: arm-linux-gnueabi-gcc (GCC) 11.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/soc/soc.git/commit/?id=0d1240dd85fb31725d7be10b0e4b7f4b958c1705
>         git remote add soc https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
>         git fetch --no-tags soc pxa-multiplatform-5.18
>         git checkout 0d1240dd85fb31725d7be10b0e4b7f4b958c1705
>         # save the config file
>         mkdir build_dir && cp config build_dir/.config
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp at intel.com>
>
> All errors (new ones prefixed by >>, old ones prefixed by <<):
>
> >> ERROR: modpost: "pci_remap_iospace" [drivers/pcmcia/soc_common.ko] undefined!
> >> ERROR: modpost: "vunmap_range" [drivers/pcmcia/soc_common.ko] undefined!

Fixed now, using the correct #ifdef check, as CONFIG_PCMCIA can be a
loadable module

        Arnd



More information about the linux-arm-kernel mailing list