aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>2015-10-22 09:34:43 -0400
committerDavid S. Miller <davem@davemloft.net>2015-10-22 07:38:45 -0700
commit1a49a2fbf8c15d63a0b5e60d935ec7d5d3d07fd5 (patch)
tree75dc9acfc1527604786d6747bf1ad6def40ad7cc /include
parentnet: dsa: mv88e6xxx: remove port_fdb_getnext (diff)
downloadlinux-dev-1a49a2fbf8c15d63a0b5e60d935ec7d5d3d07fd5.tar.xz
linux-dev-1a49a2fbf8c15d63a0b5e60d935ec7d5d3d07fd5.zip
net: dsa: remove port_fdb_getnext
No driver implements port_fdb_getnext anymore, and port_fdb_dump is preferred anyway, so remove this function from DSA. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/dsa.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h
index 0cfa44af8fd2..98ccbdef646f 100644
--- a/include/net/dsa.h
+++ b/include/net/dsa.h
@@ -328,9 +328,6 @@ struct dsa_switch_driver {
struct switchdev_trans *trans);
int (*port_fdb_del)(struct dsa_switch *ds, int port,
const struct switchdev_obj_port_fdb *fdb);
- int (*port_fdb_getnext)(struct dsa_switch *ds, int port,
- unsigned char *addr, u16 *vid,
- bool *is_static);
int (*port_fdb_dump)(struct dsa_switch *ds, int port,
struct switchdev_obj_port_fdb *fdb,
int (*cb)(struct switchdev_obj *obj));