aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/txc43128_phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sfc/txc43128_phy.c')
-rw-r--r--drivers/net/sfc/txc43128_phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/txc43128_phy.c b/drivers/net/sfc/txc43128_phy.c
index d9886addcc99..7c21b334a75b 100644
--- a/drivers/net/sfc/txc43128_phy.c
+++ b/drivers/net/sfc/txc43128_phy.c
@@ -545,7 +545,7 @@ static void txc43128_get_settings(struct efx_nic *efx, struct ethtool_cmd *ecmd)
545 mdio45_ethtool_gset(&efx->mdio, ecmd); 545 mdio45_ethtool_gset(&efx->mdio, ecmd);
546} 546}
547 547
548struct efx_phy_operations falcon_txc_phy_ops = { 548const struct efx_phy_operations falcon_txc_phy_ops = {
549 .probe = txc43128_phy_probe, 549 .probe = txc43128_phy_probe,
550 .init = txc43128_phy_init, 550 .init = txc43128_phy_init,
551 .reconfigure = txc43128_phy_reconfigure, 551 .reconfigure = txc43128_phy_reconfigure,