[net-next:master 104/107] net/bridge/br_if.c:284:2: error: implicit declaration of function 'br_multicast_dev_del'
From: kbuild test robot <hidden>
Date: 2015-07-20 20:53:45
From: kbuild test robot <hidden>
Date: 2015-07-20 20:53:45
tree: git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master head: a0a9f33bdf8bf9061c31faab46d8eb46ff644622 commit: e10177abf842d0c40dfecc43bd57a0a762a2fccf [104/107] bridge: multicast: fix handling of temp and perm entries config: i386-randconfig-a0-201529 (attached as .config) reproduce: git checkout e10177abf842d0c40dfecc43bd57a0a762a2fccf # save the attached .config to linux build tree make ARCH=i386 All error/warnings (new ones prefixed by >>): net/bridge/br_if.c: In function 'br_dev_delete':
quoted
net/bridge/br_if.c:284:2: error: implicit declaration of function 'br_multicast_dev_del' [-Werror=implicit-function-declaration]
br_multicast_dev_del(br);
^
cc1: some warnings being treated as errors
vim +/br_multicast_dev_del +284 net/bridge/br_if.c
278 del_nbp(p);
279 }
280
281 br_fdb_delete_by_port(br, NULL, 0, 1);
282
283 br_vlan_flush(br);
> 284 br_multicast_dev_del(br);
285 del_timer_sync(&br->gc_timer);
286
287 br_sysfs_delbr(br->dev);
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation