* [pci:pci/host-iproc 19/20] drivers/pci/host/pcie-iproc.c:526:29: error: 'iproc' undeclared
@ 2016-10-11 22:06 kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2016-10-11 22:06 UTC (permalink / raw)
To: Bjorn Helgaas; +Cc: kbuild-all, linux-pci
[-- Attachment #1: Type: text/plain, Size: 1548 bytes --]
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 #2: .config.gz --]
[-- Type: application/gzip, Size: 30681 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-11 22:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-11 22:06 [pci:pci/host-iproc 19/20] drivers/pci/host/pcie-iproc.c:526:29: error: 'iproc' undeclared kbuild test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).