summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2022-01-15 14:08:28 +0000
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2022-01-18 10:17:27 +0000
commit39c712c555626b68c7fef895b8d2dda48a203046 (patch)
tree833eda591584fbece49a2894670547665e54d269 /include
parent32f0035cace2d21b72177f99ed95033fe4ee7ca4 (diff)
net: phylink: remove phylink_set_pcs()
As phylink_set_pcs() is now unused, remove this function. Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/linux/phylink.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/phylink.h b/include/linux/phylink.h
index 4075a11bbaa4..7221a7f6c573 100644
--- a/include/linux/phylink.h
+++ b/include/linux/phylink.h
@@ -596,7 +596,6 @@ void phylink_generic_validate(struct phylink_config *config,
struct phylink *phylink_create(struct phylink_config *, struct fwnode_handle *,
phy_interface_t iface,
const struct phylink_mac_ops *mac_ops);
-void phylink_set_pcs(struct phylink *, struct phylink_pcs *pcs);
void phylink_destroy(struct phylink *);
int phylink_connect_phy(struct phylink *, struct phy_device *);