commit | fdb184d1467f9ed5b17c553b85eb1bb72bdbf62f | [log] [tgz] |
---|---|---|
author | Rami Rosen <ramirose@gmail.com> | Thu Jan 03 13:30:43 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 03 03:35:22 2013 -0800 |
tree | 8e9f6cc6dda11e09b2e9fd9d7d0335a814371916 | |
parent | 6602d0078974628c5fe76850ac9fa489d091a4e9 [diff] |
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>