diff options
Diffstat (limited to 'drivers/net/sfc/txc43128_phy.c')
| -rw-r--r-- | drivers/net/sfc/txc43128_phy.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/txc43128_phy.c b/drivers/net/sfc/txc43128_phy.c index d9886addcc9..7c21b334a75 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)  	mdio45_ethtool_gset(&efx->mdio, ecmd);  } -struct efx_phy_operations falcon_txc_phy_ops = { +const struct efx_phy_operations falcon_txc_phy_ops = {  	.probe		= txc43128_phy_probe,  	.init		= txc43128_phy_init,  	.reconfigure	= txc43128_phy_reconfigure,  |