diff options
Diffstat (limited to 'drivers/net/ks8842.c')
-rw-r--r-- | drivers/net/ks8842.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ks8842.c b/drivers/net/ks8842.c index 6e74aa9eea44..99e954167fa6 100644 --- a/drivers/net/ks8842.c +++ b/drivers/net/ks8842.c | |||
@@ -619,7 +619,7 @@ static const struct net_device_ops ks8842_netdev_ops = { | |||
619 | .ndo_validate_addr = eth_validate_addr | 619 | .ndo_validate_addr = eth_validate_addr |
620 | }; | 620 | }; |
621 | 621 | ||
622 | static struct ethtool_ops ks8842_ethtool_ops = { | 622 | static const struct ethtool_ops ks8842_ethtool_ops = { |
623 | .get_link = ethtool_op_get_link, | 623 | .get_link = ethtool_op_get_link, |
624 | }; | 624 | }; |
625 | 625 | ||