Hi Sarada, [auto build test ERROR on ath6kl/ath-next] [also build test ERROR on v4.12-rc4 next-20170606] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Sarada-Prasanna-Garnayak/ath10k-Define-structures-for-CE-ctrl-misc-register/20170607-103510 base: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-next config: xtensa-allmodconfig (attached as .config) compiler: xtensa-linux-gcc (GCC) 4.9.0 reproduce: wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=xtensa All errors (new ones prefixed by >>): drivers/net//wireless/ath/ath10k/ahb.c: In function 'ath10k_ahb_probe': >> drivers/net//wireless/ath/ath10k/ahb.c:790:8: error: 'struct ath10k_pci' has no member named 'ce_ctx' ar_pci->ce_ctx.bus_ops = &ath10k_ahb_bus_ops; ^ vim +790 drivers/net//wireless/ath/ath10k/ahb.c 784 goto err_core_destroy; 785 786 ar->dev_id = 0; 787 ar_pci->mem = ar_ahb->mem; 788 ar_pci->mem_len = ar_ahb->mem_len; 789 ar_pci->ar = ar; > 790 ar_pci->ce_ctx.bus_ops = &ath10k_ahb_bus_ops; 791 ar_pci->targ_cpu_to_ce_addr = ath10k_ahb_qca4019_targ_cpu_to_ce_addr; 792 793 ret = ath10k_pci_setup_resource(ar); --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip