Hi Jiri,

[auto build test ERROR on net-next/master -- if it's inappropriate base, please 
ignore]

config: i386-randconfig-x003-201540 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   net/bridge/br_stp.c: In function 'br_set_state':
>> net/bridge/br_stp.c:49:8: error: implicit declaration of function 
>> 'switchdev_port_attr_set_deferred' [-Werror=implicit-function-declaration]
     err = switchdev_port_attr_set_deferred(p->dev, &attr);
           ^
   cc1: some warnings being treated as errors

vim +/switchdev_port_attr_set_deferred +49 net/bridge/br_stp.c

    43                  .id = SWITCHDEV_ATTR_ID_PORT_STP_STATE,
    44                  .u.stp_state = state,
    45          };
    46          int err;
    47  
    48          p->state = state;
  > 49          err = switchdev_port_attr_set_deferred(p->dev, &attr);
    50          if (err)
    51                  br_warn(p->br, "error setting offload STP state on port 
%u(%s)\n",
    52                                  (unsigned int) p->port_no, 
p->dev->name);

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