diff options
Diffstat (limited to 'drivers/net/dsa/b53/b53_priv.h')
| -rw-r--r-- | drivers/net/dsa/b53/b53_priv.h | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/drivers/net/dsa/b53/b53_priv.h b/drivers/net/dsa/b53/b53_priv.h index daaaa1ecb996..d954cf36ecd8 100644 --- a/drivers/net/dsa/b53/b53_priv.h +++ b/drivers/net/dsa/b53/b53_priv.h @@ -295,11 +295,9 @@ void b53_br_set_stp_state(struct dsa_switch *ds, int port, u8 state);  void b53_br_fast_age(struct dsa_switch *ds, int port);  int b53_vlan_filtering(struct dsa_switch *ds, int port, bool vlan_filtering);  int b53_vlan_prepare(struct dsa_switch *ds, int port, -		     const struct switchdev_obj_port_vlan *vlan, -		     struct switchdev_trans *trans); +		     const struct switchdev_obj_port_vlan *vlan);  void b53_vlan_add(struct dsa_switch *ds, int port, -		  const struct switchdev_obj_port_vlan *vlan, -		  struct switchdev_trans *trans); +		  const struct switchdev_obj_port_vlan *vlan);  int b53_vlan_del(struct dsa_switch *ds, int port,  		 const struct switchdev_obj_port_vlan *vlan);  int b53_fdb_add(struct dsa_switch *ds, int port, @@ -310,6 +308,7 @@ int b53_fdb_dump(struct dsa_switch *ds, int port,  		 dsa_fdb_dump_cb_t *cb, void *data);  int b53_mirror_add(struct dsa_switch *ds, int port,  		   struct dsa_mall_mirror_tc_entry *mirror, bool ingress); +enum dsa_tag_protocol b53_get_tag_protocol(struct dsa_switch *ds, int port);  void b53_mirror_del(struct dsa_switch *ds, int port,  		    struct dsa_mall_mirror_tc_entry *mirror);  int b53_enable_port(struct dsa_switch *ds, int port, struct phy_device *phy); |