Commit d928f821 authored by Petr Machata's avatar Petr Machata Committed by David S. Miller
Browse files

mlxsw: spectrum_flow: Drop an unused field



The field "dev" in struct mlxsw_sp_flow_block_binding is not used. Drop it.

Signed-off-by: default avatarPetr Machata <petrm@mellanox.com>
Reviewed-by: default avatarJiri Pirko <jiri@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2c4950ea
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -710,7 +710,6 @@ struct mlxsw_sp_flow_block {

struct mlxsw_sp_flow_block_binding {
	struct list_head list;
	struct net_device *dev;
	struct mlxsw_sp_port *mlxsw_sp_port;
	bool ingress;
};