|
@@ -122,7 +122,7 @@ static int phy_needs_fixup(struct phy_device *phydev, struct phy_fixup *fixup)
|
|
|
}
|
|
|
|
|
|
/* Runs any matching fixups for this phydev */
|
|
|
-int phy_scan_fixups(struct phy_device *phydev)
|
|
|
+static int phy_scan_fixups(struct phy_device *phydev)
|
|
|
{
|
|
|
struct phy_fixup *fixup;
|
|
|
|
|
@@ -141,7 +141,6 @@ int phy_scan_fixups(struct phy_device *phydev)
|
|
|
|
|
|
return 0;
|
|
|
}
|
|
|
-EXPORT_SYMBOL(phy_scan_fixups);
|
|
|
|
|
|
struct phy_device *phy_device_create(struct mii_bus *bus, int addr, int phy_id,
|
|
|
bool is_c45,
|