Hi Jon,

[auto build test results on v4.3-rc3 -- if it's inappropriate base, please 
ignore]

config: i386-allmodconfig (attached as .config)
reproduce:
        git checkout abb68976e3057f70babddaf71802ed126d0297bc
        # save the attached .config to linux build tree
        make ARCH=i386 

All error/warnings (new ones prefixed by >>):

   drivers/net/ethernet/microchip/encx24j600.c: In function 
'encx24j600_spi_probe':
>> drivers/net/ethernet/microchip/encx24j600.c:1063:2: error: implicit 
>> declaration of function 'SET_ETHTOOL_OPS' 
>> [-Werror=implicit-function-declaration]
     SET_ETHTOOL_OPS(ndev, &encx24j600_ethtool_ops);
     ^
   cc1: some warnings being treated as errors

vim +/SET_ETHTOOL_OPS +1063 drivers/net/ethernet/microchip/encx24j600.c

  1057                  goto out_free;
  1058          }
  1059  
  1060          /* Get the MAC address from the chip */
  1061          encx24j600_hw_get_macaddr(priv, ndev->dev_addr);
  1062  
> 1063          SET_ETHTOOL_OPS(ndev, &encx24j600_ethtool_ops);
  1064  
  1065          ret = register_netdev(ndev);
  1066          if (unlikely(ret)) {

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

Attachment: .config.gz
Description: Binary data

Reply via email to