Hi Timur,

[auto build test ERROR on net-next/master]
[also build test ERROR on v4.9-rc8 next-20161207]
[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/Timur-Tabi/net-qcom-emac-simplify-support-for-different-SOCs/20161208-064231
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/qualcomm/emac/emac-sgmii.c: In function 
'emac_sgmii_acpi_match':
>> drivers/net/ethernet/qualcomm/emac/emac-sgmii.c:178:3: error: implicit 
>> declaration of function 'acpi_evaluate_integer' 
>> [-Werror=implicit-function-declaration]
      status = acpi_evaluate_integer(handle, "_HRV", NULL, &hrv);
      ^
   cc1: some warnings being treated as errors

vim +/acpi_evaluate_integer +178 drivers/net/ethernet/qualcomm/emac/emac-sgmii.c

   172  
   173          if (id) {
   174                  acpi_handle handle = ACPI_HANDLE(dev);
   175                  unsigned long long hrv;
   176                  acpi_status status;
   177  
 > 178                  status = acpi_evaluate_integer(handle, "_HRV", NULL, 
 > &hrv);
   179                  if (status) {
   180                          if (status == AE_NOT_FOUND)
   181                                  /* Older versions of the QDF2432 ACPI 
tables do

---
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