From: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx> Date: Mon, 20 Jul 2015 23:03:45 +0200 > Fix: > net/bridge/br_if.c: In function 'br_dev_delete': >>> 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 > > when igmp snooping is not defined. > > Signed-off-by: Nikolay Aleksandrov <nikolay@xxxxxxxxxxxxxxxxxxx> > --- > Apologies for the mess. Applied, thanks.