bridge: add empty br_mdb_init() and br_mdb_uninit() definitions.
authorRami Rosen <ramirose@gmail.com>
Thu, 3 Jan 2013 11:30:43 +0000 (13:30 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Jan 2013 11:35:22 +0000 (03:35 -0800)
commitfdb184d1467f9ed5b17c553b85eb1bb72bdbf62f
tree8e9f6cc6dda11e09b2e9fd9d7d0335a814371916
parent6602d0078974628c5fe76850ac9fa489d091a4e9
bridge: add empty br_mdb_init() and br_mdb_uninit() definitions.

This patch adds empty br_mdb_init() and br_mdb_uninit() definitions in
br_private.h to avoid build failure when CONFIG_BRIDGE_IGMP_SNOOPING is not set.
These methods were moved from br_multicast.c to br_netlink.c by
commit 3ec8e9f085bcaef0de1077f555c2c5102c223390

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_private.h