summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-07-29 17:15:01 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-07-29 17:17:01 +0200
commitab8e23f239ddda7fff4d9a12a9d856d346e0d553 (patch)
treee333d5aace78be47116a3e4b4055823707c2ba0d /include
parent65681ac20165ae709c52bda26ed9c32f4aeff0dd (diff)
downloadbarebox-ab8e23f239ddda7fff4d9a12a9d856d346e0d553.tar.gz
barebox-ab8e23f239ddda7fff4d9a12a9d856d346e0d553.tar.xz
net: phy: at803x: Use genphy_config_init
Based on the Linux commit: 6ff01db net: phy: at803x: use genphy_config_init() Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-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 9a451a62d8..a64b9b5671 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -297,6 +297,7 @@ int phy_update_status(struct phy_device *phydev);
int phy_wait_aneg_done(struct phy_device *phydev);
/* Generic PHY support and helper functions */
+int genphy_config_init(struct phy_device *phydev);
int genphy_restart_aneg(struct phy_device *phydev);
int genphy_config_aneg(struct phy_device *phydev);
int genphy_aneg_done(struct phy_device *phydev);