|
@@ -3786,8 +3786,7 @@ free:
|
|
}
|
|
}
|
|
|
|
|
|
static int mv88e6xxx_port_mdb_prepare(struct dsa_switch *ds, int port,
|
|
static int mv88e6xxx_port_mdb_prepare(struct dsa_switch *ds, int port,
|
|
- const struct switchdev_obj_port_mdb *mdb,
|
|
|
|
- struct switchdev_trans *trans)
|
|
|
|
|
|
+ const struct switchdev_obj_port_mdb *mdb)
|
|
{
|
|
{
|
|
/* We don't need any dynamic resource from the kernel (yet),
|
|
/* We don't need any dynamic resource from the kernel (yet),
|
|
* so skip the prepare phase.
|
|
* so skip the prepare phase.
|
|
@@ -3797,8 +3796,7 @@ static int mv88e6xxx_port_mdb_prepare(struct dsa_switch *ds, int port,
|
|
}
|
|
}
|
|
|
|
|
|
static void mv88e6xxx_port_mdb_add(struct dsa_switch *ds, int port,
|
|
static void mv88e6xxx_port_mdb_add(struct dsa_switch *ds, int port,
|
|
- const struct switchdev_obj_port_mdb *mdb,
|
|
|
|
- struct switchdev_trans *trans)
|
|
|
|
|
|
+ const struct switchdev_obj_port_mdb *mdb)
|
|
{
|
|
{
|
|
struct mv88e6xxx_chip *chip = ds->priv;
|
|
struct mv88e6xxx_chip *chip = ds->priv;
|
|
|
|
|