net: phy: sfp: remove sfp_mutex's definition
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Thu, 11 Oct 2018 15:06:21 +0000 (17:06 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 19:10:06 +0000 (12:10 -0700)
commit052858663db31bd1ead76744df5d39d8bb703c77
tree798d792ae2975d6fe5d57b71edf952ba9e094c8a
parent511cfd580f23b0e0fcd5659931ef14c6e2c062b0
net: phy: sfp: remove sfp_mutex's definition

The sfp_mutex variable is defined but never used in this file. Not even
in the commit that introduced that variable.

Remove sfp_mutex, it has no purpose.

Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/sfp.c