aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2019-02-18 21:26:58 +0100
committerDavid S. Miller <davem@davemloft.net>2019-02-21 13:03:06 -0800
commitcd34499cacf3c34e2e094ff2a347b9378417970c (patch)
tree20501ce606a01fce515084254e787e9552995f9e /include/linux/phy.h
parentMerge branch 'net-phy-improve-genphy_read_status' (diff)
downloadlinux-dev-cd34499cacf3c34e2e094ff2a347b9378417970c.tar.xz
linux-dev-cd34499cacf3c34e2e094ff2a347b9378417970c.zip
net: phy: export genphy_config_eee_advert
We want to use this function in phy-c45.c too, therefore export it. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/linux/phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index 3db507e68191..761131de4971 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -1077,6 +1077,7 @@ void phy_attached_info(struct phy_device *phydev);
int genphy_config_init(struct phy_device *phydev);
int genphy_setup_forced(struct phy_device *phydev);
int genphy_restart_aneg(struct phy_device *phydev);
+int genphy_config_eee_advert(struct phy_device *phydev);
int genphy_config_aneg(struct phy_device *phydev);
int genphy_aneg_done(struct phy_device *phydev);
int genphy_update_link(struct phy_device *phydev);