]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: mcast: fix stub definition of br_multicast_querier_exists
authorVladimir Oltean <vladimir.oltean@nxp.com>
Sun, 1 Nov 2020 00:08:45 +0000 (02:08 +0200)
committerJakub Kicinski <kuba@kernel.org>
Sun, 1 Nov 2020 00:23:19 +0000 (17:23 -0700)
commit8277dcc3d0200c51dd880b9e0f3f8f0d8779e71b
treece7fd72ecb543798c0bbe06c9aa9e831d060e30d
parent2c9d24869204d2431810e953d4a8b59f0ca89a47
net: bridge: mcast: fix stub definition of br_multicast_querier_exists

The commit cited below has changed only the functional prototype of
br_multicast_querier_exists, but forgot to do that for the stub
prototype (the one where CONFIG_BRIDGE_IGMP_SNOOPING is disabled).

Fixes: 8d33d22394b5 ("net: bridge: mcast: add support for raw L2 multicast groups")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Link: https://lore.kernel.org/r/20201101000845.190009-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/bridge/br_private.h