|
@@ -67,14 +67,15 @@ static int lan9303_mdio_read(void *ctx, uint32_t reg, uint32_t *val)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-int lan9303_mdio_phy_write(struct lan9303 *chip, int phy, int reg, u16 val)
|
|
|
+static int lan9303_mdio_phy_write(struct lan9303 *chip, int phy, int reg,
|
|
|
+ u16 val)
|
|
|
{
|
|
|
struct lan9303_mdio *sw_dev = dev_get_drvdata(chip->dev);
|
|
|
|
|
|
return mdiobus_write_nested(sw_dev->device->bus, phy, reg, val);
|
|
|
}
|
|
|
|
|
|
-int lan9303_mdio_phy_read(struct lan9303 *chip, int phy, int reg)
|
|
|
+static int lan9303_mdio_phy_read(struct lan9303 *chip, int phy, int reg)
|
|
|
{
|
|
|
struct lan9303_mdio *sw_dev = dev_get_drvdata(chip->dev);
|
|
|
|