diff options
Diffstat (limited to 'drivers/net/chelsio/mv88x201x.c')
-rw-r--r-- | drivers/net/chelsio/mv88x201x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/chelsio/mv88x201x.c b/drivers/net/chelsio/mv88x201x.c index d50907bf2ebd..f7136b2fd1e5 100644 --- a/drivers/net/chelsio/mv88x201x.c +++ b/drivers/net/chelsio/mv88x201x.c | |||
@@ -209,7 +209,7 @@ static struct cphy_ops mv88x201x_ops = { | |||
209 | MDIO_DEVS_PHYXS | MDIO_DEVS_WIS), | 209 | MDIO_DEVS_PHYXS | MDIO_DEVS_WIS), |
210 | }; | 210 | }; |
211 | 211 | ||
212 | static struct cphy *mv88x201x_phy_create(adapter_t *adapter, int phy_addr, | 212 | static struct cphy *mv88x201x_phy_create(struct net_device *dev, int phy_addr, |
213 | const struct mdio_ops *mdio_ops) | 213 | const struct mdio_ops *mdio_ops) |
214 | { | 214 | { |
215 | u32 val; | 215 | u32 val; |
@@ -218,7 +218,7 @@ static struct cphy *mv88x201x_phy_create(adapter_t *adapter, int phy_addr, | |||
218 | if (!cphy) | 218 | if (!cphy) |
219 | return NULL; | 219 | return NULL; |
220 | 220 | ||
221 | cphy_init(cphy, adapter, phy_addr, &mv88x201x_ops, mdio_ops); | 221 | cphy_init(cphy, dev, phy_addr, &mv88x201x_ops, mdio_ops); |
222 | 222 | ||
223 | /* Commands the PHY to enable XFP's clock. */ | 223 | /* Commands the PHY to enable XFP's clock. */ |
224 | cphy_mdio_read(cphy, MDIO_MMD_PCS, 0x8300, &val); | 224 | cphy_mdio_read(cphy, MDIO_MMD_PCS, 0x8300, &val); |