From: Arnd Bergmann <a...@arndb.de> Date: Wed, 25 Jan 2017 23:29:33 +0100
> The only caller of this new function is inside of an #ifdef checking > for CONFIG_BRIDGE_IGMP_SNOOPING, so we should move the implementation > there too, in order to avoid this harmless warning: > > net/bridge/br_forward.c:177:13: error: 'maybe_deliver_addr' defined but not > used [-Werror=unused-function] > > Fixes: 6db6f0eae605 ("bridge: multicast to unicast") > Signed-off-by: Arnd Bergmann <a...@arndb.de> Applied, thank you.