diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2015-10-08 18:35:13 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-10-11 15:28:50 +0300 |
commit | 1f36faf26943f5f5fc1d1a7be6ce252d2ff25e1a (patch) | |
tree | 3b36239e3821ef482868190b74f63187ef559807 /drivers/net/dsa/mv88e6xxx.h | |
parent | 146a32067b3fde1424d737d7fb333eb0951e6419 (diff) | |
download | linux-1f36faf26943f5f5fc1d1a7be6ce252d2ff25e1a.tar.xz |
net: dsa: push prepare phase in port_fdb_add
Now that the prepare phase is pushed down to the DSA drivers, propagate
it to the port_fdb_add function.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx.h')
-rw-r--r-- | drivers/net/dsa/mv88e6xxx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/dsa/mv88e6xxx.h b/drivers/net/dsa/mv88e6xxx.h index 304286924642..86a94dc0d86e 100644 --- a/drivers/net/dsa/mv88e6xxx.h +++ b/drivers/net/dsa/mv88e6xxx.h @@ -478,7 +478,8 @@ int mv88e6xxx_port_fdb_prepare(struct dsa_switch *ds, int port, const struct switchdev_obj_port_fdb *fdb, struct switchdev_trans *trans); int mv88e6xxx_port_fdb_add(struct dsa_switch *ds, int port, - const unsigned char *addr, u16 vid); + const struct switchdev_obj_port_fdb *fdb, + struct switchdev_trans *trans); int mv88e6xxx_port_fdb_del(struct dsa_switch *ds, int port, const unsigned char *addr, u16 vid); int mv88e6xxx_port_fdb_getnext(struct dsa_switch *ds, int port, |