Hi Hariprasad,

[auto build test ERROR on net-next/master]

url:    
https://github.com/0day-ci/linux/commits/Hariprasad-Shenai/cxgb4-Synchronize-access-to-mailbox/20170105-193032
config: xtensa-allmodconfig (attached as .config)
compiler: xtensa-linux-gcc (GCC) 4.9.0
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
        # save the attached .config to linux build tree
        make.cross ARCH=xtensa 

All errors (new ones prefixed by >>):

   drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c: In function 'init_one':
>> drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c:4712:25: error: 'struct 
>> adapter' has no member named 'mbox_list'
     INIT_LIST_HEAD(&adapter->mbox_list.list);
                            ^

vim +4712 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c

  4706  
  4707          spin_lock_init(&adapter->stats_lock);
  4708          spin_lock_init(&adapter->tid_release_lock);
  4709          spin_lock_init(&adapter->win0_lock);
  4710          spin_lock_init(&adapter->mbox_lock);
  4711  
> 4712          INIT_LIST_HEAD(&adapter->mbox_list.list);
  4713  
  4714          INIT_WORK(&adapter->tid_release_task, process_tid_release_list);
  4715          INIT_WORK(&adapter->db_full_task, process_db_full);

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

Attachment: .config.gz
Description: application/gzip

Reply via email to