aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/chelsio/cxgb2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/chelsio/cxgb2.c')
-rw-r--r--drivers/net/chelsio/cxgb2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/chelsio/cxgb2.c b/drivers/net/chelsio/cxgb2.c
index b6de184e4699..5f1b06753462 100644
--- a/drivers/net/chelsio/cxgb2.c
+++ b/drivers/net/chelsio/cxgb2.c
@@ -779,7 +779,7 @@ static int get_eeprom(struct net_device *dev, struct ethtool_eeprom *e,
779 return 0; 779 return 0;
780} 780}
781 781
782static struct ethtool_ops t1_ethtool_ops = { 782static const struct ethtool_ops t1_ethtool_ops = {
783 .get_settings = get_settings, 783 .get_settings = get_settings,
784 .set_settings = set_settings, 784 .set_settings = set_settings,
785 .get_drvinfo = get_drvinfo, 785 .get_drvinfo = get_drvinfo,