[pci:pci/host-rockchip-wip 9/17] drivers/pci/host/pcie-rockchip.c:418:8: error: 'PCIE_CLIENT_ARI_ENABLE' undeclared

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci/host-rockchip-wip
head:   a70ccae5d373979646351256db4576204dbfd1ae
commit: 5d1fe05aee05b768126656dd4e13e3ce7af7e417 [9/17] Simplify the confusing HIWORD_UPDATE scheme.
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 5.4.0-6) 5.4.0 20160609
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 5d1fe05aee05b768126656dd4e13e3ce7af7e417
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   drivers/pci/host/pcie-rockchip.c: In function 'rockchip_pcie_init_port':
>> drivers/pci/host/pcie-rockchip.c:418:8: error: 'PCIE_CLIENT_ARI_ENABLE' undeclared (first use in this function)
           PCIE_CLIENT_ARI_ENABLE |
           ^
   drivers/pci/host/pcie-rockchip.c:418:8: note: each undeclared identifier is reported only once for each function it appears in
>> drivers/pci/host/pcie-rockchip.c:420:8: error: 'PCIE_CLIENT_MODE_RC' undeclared (first use in this function)
           PCIE_CLIENT_MODE_RC |
           ^

vim +/PCIE_CLIENT_ARI_ENABLE +418 drivers/pci/host/pcie-rockchip.c

   412			return err;
   413		}
   414	
   415		rockchip_pcie_write(rockchip,
   416				    PCIE_CLIENT_CONF_ENABLE |
   417				    PCIE_CLIENT_LINK_TRAIN_ENABLE |
 > 418				    PCIE_CLIENT_ARI_ENABLE |
   419				    PCIE_CLIENT_CONF_LANE_NUM(rockchip->lanes) |
 > 420				    PCIE_CLIENT_MODE_RC |
   421				    PCIE_CLIENT_GEN_SEL_2,
   422					PCIE_CLIENT_BASE);
   423	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [DMA Engine]     [Linux Coverity]     [Linux USB]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Greybus]

  Powered by Linux