net: phy: fixed_phy: Remove unused seqcount
authorAhmed S. Darwish <a.darwish@linutronix.de>
Wed, 3 Jun 2020 14:49:45 +0000 (16:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Jun 2020 22:50:42 +0000 (15:50 -0700)
commit79cbb6bc3332da7162c2581e151659ab8ebaa528
tree1d72570f6d07c9aca350aeef39fd06c836f82e3c
parent11d6011c2cf29f7c8181ebde6c8bc0c4d83adcd7
net: phy: fixed_phy: Remove unused seqcount

Commit bf7afb29d545 ("phy: improve safety of fixed-phy MII register
reading") protected the fixed PHY status with a sequence counter.

Two years later, commit d2b977939b18 ("net: phy: fixed-phy: remove
fixed_phy_update_state()") removed the sequence counter's write side
critical section -- neutralizing its read side retry loop.

Remove the unused seqcount.

Signed-off-by: Ahmed S. Darwish <a.darwish@linutronix.de>
Reviewed-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/fixed_phy.c