diff options
Diffstat (limited to 'drivers/net/sfc/qt202x_phy.c')
-rw-r--r-- | drivers/net/sfc/qt202x_phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/qt202x_phy.c b/drivers/net/sfc/qt202x_phy.c index 55f90924247..7ad97e39740 100644 --- a/drivers/net/sfc/qt202x_phy.c +++ b/drivers/net/sfc/qt202x_phy.c | |||
@@ -449,7 +449,7 @@ static void qt202x_phy_remove(struct efx_nic *efx) | |||
449 | efx->phy_data = NULL; | 449 | efx->phy_data = NULL; |
450 | } | 450 | } |
451 | 451 | ||
452 | struct efx_phy_operations falcon_qt202x_phy_ops = { | 452 | const struct efx_phy_operations falcon_qt202x_phy_ops = { |
453 | .probe = qt202x_phy_probe, | 453 | .probe = qt202x_phy_probe, |
454 | .init = qt202x_phy_init, | 454 | .init = qt202x_phy_init, |
455 | .reconfigure = qt202x_phy_reconfigure, | 455 | .reconfigure = qt202x_phy_reconfigure, |