tree: https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci/host-iproc head: 8c662a9ee7a7ff860f0ffc4935b960d90c766a18 commit: 99de075c313a49110295a3ba71d08300c4690229 [19/20] PCI: iproc: Add local struct device pointers config: arm64-defconfig (attached as .config) compiler: aarch64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 99de075c313a49110295a3ba71d08300c4690229 # save the attached .config to linux build tree make.cross ARCH=arm64 All errors (new ones prefixed by >>): drivers/pci/host/pcie-iproc.c: In function 'iproc_pcie_setup': >> drivers/pci/host/pcie-iproc.c:526:29: error: 'iproc' undeclared (first use in this function) if (iproc_pcie_msi_enable(iproc)) ^~~~~ drivers/pci/host/pcie-iproc.c:526:29: note: each undeclared identifier is reported only once for each function it appears in vim +/iproc +526 drivers/pci/host/pcie-iproc.c 520 goto err_rm_root_bus; 521 } 522 523 iproc_pcie_enable(iproc_pcie); 524 525 if (IS_ENABLED(CONFIG_PCI_MSI)) > 526 if (iproc_pcie_msi_enable(iproc)) 527 dev_info(dev, "not using iProc MSI\n"); 528 529 pci_scan_child_bus(bus); --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip