diff options
Diffstat (limited to 'drivers/net/phy/swphy.h')
-rw-r--r-- | drivers/net/phy/swphy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/swphy.h b/drivers/net/phy/swphy.h index 33d2e061896e..2f09ac324e18 100644 --- a/drivers/net/phy/swphy.h +++ b/drivers/net/phy/swphy.h @@ -4,6 +4,6 @@ struct fixed_phy_status; int swphy_validate_state(const struct fixed_phy_status *state); -void swphy_update_regs(u16 *regs, const struct fixed_phy_status *state); +int swphy_read_reg(int reg, const struct fixed_phy_status *state); #endif |