net: dsa: remove pcs_poll
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Sat, 19 Feb 2022 11:47:17 +0000 (11:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Feb 2022 16:41:50 +0000 (16:41 +0000)
commitccfbf44d4c7fb7c64cf79b3f2a5ae522e5165878
treec1f487af6b9afcde152cc289fd6e03891e7bcccd
parente7f27420681f23e7e0f28beed38144058752112e
net: dsa: remove pcs_poll

With drivers converted over to using phylink PCS, there is no need for
the struct dsa_switch member "pcs_poll" to exist anymore - there is a
flag in the struct phylink_pcs which indicates whether this PCS needs
to be polled which supersedes this.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dsa.h
net/dsa/port.c