]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita2de6e75e60c65c82ba9a7af9a010c5402cc03a1
tree798d792ae2975d6fe5d57b71edf952ba9e094c8a
parent6170b4a83fc3018bd2de862f8ef39d5c827f4df5
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