Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4673339 authored by Vivien Didelot's avatar Vivien Didelot Committed by David S. Miller
Browse files

net: dsa: mv88e6xxx: remove unused phy_mutex



Only reg_lock is necessary now and phy_mutex is dead. Remove it.

Signed-off-by: default avatarVivien Didelot <vivien.didelot@savoirfairelinux.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e6c044f5
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -629,12 +629,6 @@ struct mv88e6xxx_chip {
	 */
	struct mutex	stats_mutex;

	/* This mutex serializes phy access for chips with
	 * indirect phy addressing. It is unused for chips
	 * with direct phy access.
	 */
	struct mutex	phy_mutex;

	/* This mutex serializes eeprom access for chips with
	 * eeprom support.
	 */