mirror of https://github.com/hak5/openwrt.git
rtl8366_smi: make rtl8366_phy_config_{aneg,init} static
SVN-Revision: 19249lede-17.01
parent
cad07a09c1
commit
83fb9f73e1
|
@ -1894,7 +1894,7 @@ static int __init rtl8366_smi_probe(struct platform_device *pdev)
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
int rtl8366_phy_config_init(struct phy_device *phydev)
|
static int rtl8366_phy_config_init(struct phy_device *phydev)
|
||||||
{
|
{
|
||||||
if (!rtl8366_smi_mii_bus_match(phydev->bus))
|
if (!rtl8366_smi_mii_bus_match(phydev->bus))
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
@ -1902,7 +1902,7 @@ int rtl8366_phy_config_init(struct phy_device *phydev)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int rtl8366_phy_config_aneg(struct phy_device *phydev)
|
static int rtl8366_phy_config_aneg(struct phy_device *phydev)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue