net: bridge: fix br_multicast_is_router stub when igmp is disabled
authorNikolay Aleksandrov <nikolay@nvidia.com>
Fri, 14 May 2021 07:32:33 +0000 (10:32 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 May 2021 17:35:20 +0000 (10:35 -0700)
commitbbc6f2cca74e548914a7705f5c39549c28ab8815
treecae5a10a7e1cf193ba838555a071aef59a02d89b
parentea89c862f01e02ec459932c7c3113fa37aedd09a
net: bridge: fix br_multicast_is_router stub when igmp is disabled

br_multicast_is_router takes two arguments when bridge IGMP is enabled
and just one when it's disabled, fix the stub to take two as well.

Fixes: 1a3065a26807 ("net: bridge: mcast: prepare is-router function for mcast router split")
Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Acked-by: Linus Lüssing <linus.luessing@c0d3.blue>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_private.h