From: Nikolay Aleksandrov Date: Mon, 20 Jul 2015 21:03:45 +0000 (+0200) Subject: bridge: mcast: fix br_multicast_dev_del warn when igmp snooping is not defined X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~347 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7ce45a74bedd0ed80b956b3e14f8bc6dec85327;p=pandora-kernel.git bridge: mcast: fix br_multicast_dev_del warn when igmp snooping is not defined 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed