tree: https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci/ecam head: 652f5e38afee70579c8723730c08d197a90e5b3a commit: 8d4bb02c09160ce73982b39d497aaf15a9414209 [8/12] PCI: Add MCFG quirks for Qualcomm QDF2432 host controller 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 8d4bb02c09160ce73982b39d497aaf15a9414209 # save the attached .config to linux build tree make.cross ARCH=arm64 All errors (new ones prefixed by >>): >> drivers/acpi/pci_mcfg.c:57:16: error: expected expression before ',' token QCOM_ECAM32(0), ^ vim +57 drivers/acpi/pci_mcfg.c 51 52 static struct mcfg_fixup mcfg_quirks[] = { 53 /* { OEM_ID, OEM_TABLE_ID, REV, SEGMENT, BUS_RANGE, ops, cfgres }, */ 54 55 #define QCOM_ECAM32(seg) \ 56 { "QCOM ", "QDF2432 ", 1, seg, MCFG_BUS_ANY, &pci_32b_ops }, > 57 QCOM_ECAM32(0), 58 QCOM_ECAM32(1), 59 QCOM_ECAM32(2), 60 QCOM_ECAM32(3), --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip