Hi Rafał,

[auto build test ERROR on wireless-drivers-next/master]
[cannot apply to v4.10-rc4 next-20170117]
[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/Rafa-Mi-ecki/brcmfmac-use-wiphy_read_of_freq_limits-to-respect-limits-from-DT/20170118-122222
base:   
https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git 
master
config: x86_64-randconfig-x013-201703 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c: In function 
'brcmf_setup_wiphy':
>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:6484:2: error: 
>> implicit declaration of function 'wiphy_read_of_freq_limits' 
>> [-Werror=implicit-function-declaration]
     wiphy_read_of_freq_limits(wiphy);
     ^~~~~~~~~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +/wiphy_read_of_freq_limits +6484 
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c

  6478  
  6479                          band->n_channels = 
ARRAY_SIZE(__wl_5ghz_channels);
  6480                          wiphy->bands[NL80211_BAND_5GHZ] = band;
  6481                  }
  6482          }
  6483  
> 6484          wiphy_read_of_freq_limits(wiphy);
  6485  
  6486          return 0;
  6487  }

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