tree: https://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-4.11 head: ef774e3dca9df8b34367aa9d9fca2c1c08fcde7d commit: ef774e3dca9df8b34367aa9d9fca2c1c08fcde7d [24/24] ahci: qoriq: added ls2088a platforms support config: x86_64-randconfig-x001-201703 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: git checkout ef774e3dca9df8b34367aa9d9fca2c1c08fcde7d # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): drivers/ata/ahci_qoriq.c: In function 'ahci_qoriq_phy_init': >> drivers/ata/ahci_qoriq.c:194:12: error: 'struct ahci_qoriq_priv' has no member named 'is_dmacoherent' if (qpriv->is_dmacoherent) ^~ vim +194 drivers/ata/ahci_qoriq.c 188 writel(AHCI_PORT_AXICC_CFG, reg_base + PORT_AXICC); 189 break; 190 191 case AHCI_LS2088A: 192 writel(AHCI_PORT_PHY_1_CFG, reg_base + PORT_PHY1); 193 writel(AHCI_PORT_TRANS_CFG, reg_base + PORT_TRANS); > 194 if (qpriv->is_dmacoherent) 195 writel(AHCI_PORT_AXICC_CFG, reg_base + PORT_AXICC); 196 break; 197 } --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip