Re: [PATCH] [net-next] bridge: move maybe_deliver_addr() inside #ifdef

From: David Miller
Date: Wed Jan 25 2017 - 23:16:33 EST


From: Arnd Bergmann <arnd@xxxxxxxx>
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 <arnd@xxxxxxxx>

Applied, thank you.