tree: https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci/host-xgene head: 02fed1a33e77ce3152ed32652e8d2334dc87aa82 commit: 02fed1a33e77ce3152ed32652e8d2334dc87aa82 [4/4] PCI: xgene: Clean up whitespace config: arm64-allmodconfig (attached as .config) compiler: aarch64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 02fed1a33e77ce3152ed32652e8d2334dc87aa82 # save the attached .config to linux build tree make.cross ARCH=arm64 All errors (new ones prefixed by >>): >> drivers/pci/host/pci-xgene.c:288:3: error: unknown field 'writei' specified in initializer .writei = pci_generic_config_write, ^ vim +/writei +288 drivers/pci/host/pci-xgene.c 281 282 struct pci_ecam_ops xgene_v2_pcie_ecam_ops = { 283 .bus_shift = 16, 284 .init = xgene_v2_pcie_ecam_init, 285 .pci_ops = { 286 .map_bus = xgene_pcie_map_bus, 287 .read = xgene_pcie_config_read32, > 288 .writei = pci_generic_config_write, 289 } 290 }; 291 #endif 292 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip