mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
net: phy: export genphy_config_init()
This enables other drivers to call this generic implementation, and then only do specific details on top of it. Signed-off-by: Daniel Mack <zonque@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6d4596905b
commit
af6b6967d6
2 changed files with 3 additions and 1 deletions
|
@ -666,6 +666,7 @@ static inline int phy_read_status(struct phy_device *phydev)
|
|||
return phydev->drv->read_status(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_aneg(struct phy_device *phydev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue