mbox series

[net-next,0/2] Remove unused variables

Message ID 20190212234000.15796-1-f.fainelli@gmail.com
Headers show
Series Remove unused variables | expand

Message

Florian Fainelli Feb. 12, 2019, 11:39 p.m. UTC
Hi David,

This removes unused variables from mlxsw and ethsw after the recent
removal of SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS, build scripts are now
fixed to take care of those warnings :).

Thank you!

Florian Fainelli (2):
  mlxsw: spectrum_switchdev: Remove unused variables
  staging: fsl-dpaa2: ethsw: Remove unused port_priv variable

 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c | 3 ---
 drivers/staging/fsl-dpaa2/ethsw/ethsw.c                  | 2 --
 2 files changed, 5 deletions(-)

Comments

David Miller Feb. 13, 2019, 1:32 a.m. UTC | #1
From: Florian Fainelli <f.fainelli@gmail.com>
Date: Tue, 12 Feb 2019 15:39:57 -0800

> This removes unused variables from mlxsw and ethsw after the recent
> removal of SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS, build scripts are now
> fixed to take care of those warnings :).

Series applied, thanks Florian.