Hi Rafał,

[auto build test ERROR on wireless-drivers-next/master -- if it's inappropriate 
base, please suggest rules for selecting the more suitable base]

url:    
https://github.com/0day-ci/linux/commits/Rafa-Mi-ecki/ssb-pick-PCMCIA-host-code-support-from-b43-driver/20151015-030012
config: mn10300-allyesconfig (attached as .config)
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=mn10300 

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

>> drivers/ssb/bridge_pcmcia_80211.c:25:1: warning: data definition has no type 
>> or storage class
    MODULE_DEVICE_TABLE(pcmcia, ssb_host_pcmcia_tbl);
    ^
>> drivers/ssb/bridge_pcmcia_80211.c:25:1: error: type defaults to 'int' in 
>> declaration of 'MODULE_DEVICE_TABLE' [-Werror=implicit-int]
>> drivers/ssb/bridge_pcmcia_80211.c:25:1: warning: parameter names (without 
>> types) in function declaration
   cc1: some warnings being treated as errors

vim +25 drivers/ssb/bridge_pcmcia_80211.c

    19  static const struct pcmcia_device_id ssb_host_pcmcia_tbl[] = {
    20          PCMCIA_DEVICE_MANF_CARD(0x2D0, 0x448),
    21          PCMCIA_DEVICE_MANF_CARD(0x2D0, 0x476),
    22          PCMCIA_DEVICE_NULL,
    23  };
    24  
  > 25  MODULE_DEVICE_TABLE(pcmcia, ssb_host_pcmcia_tbl);
    26  
    27  static int ssb_host_pcmcia_probe(struct pcmcia_device *dev)
    28  {

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