diff options
Diffstat (limited to 'drivers/net/sundance.c')
-rw-r--r-- | drivers/net/sundance.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sundance.c b/drivers/net/sundance.c index f64a28513ba2..6b8f4baf87fd 100644 --- a/drivers/net/sundance.c +++ b/drivers/net/sundance.c | |||
@@ -431,7 +431,7 @@ static int __set_mac_addr(struct net_device *dev); | |||
431 | static struct net_device_stats *get_stats(struct net_device *dev); | 431 | static struct net_device_stats *get_stats(struct net_device *dev); |
432 | static int netdev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); | 432 | static int netdev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); |
433 | static int netdev_close(struct net_device *dev); | 433 | static int netdev_close(struct net_device *dev); |
434 | static struct ethtool_ops ethtool_ops; | 434 | static const struct ethtool_ops ethtool_ops; |
435 | 435 | ||
436 | static void sundance_reset(struct net_device *dev, unsigned long reset_cmd) | 436 | static void sundance_reset(struct net_device *dev, unsigned long reset_cmd) |
437 | { | 437 | { |
@@ -1569,7 +1569,7 @@ static void set_msglevel(struct net_device *dev, u32 val) | |||
1569 | np->msg_enable = val; | 1569 | np->msg_enable = val; |
1570 | } | 1570 | } |
1571 | 1571 | ||
1572 | static struct ethtool_ops ethtool_ops = { | 1572 | static const struct ethtool_ops ethtool_ops = { |
1573 | .begin = check_if_running, | 1573 | .begin = check_if_running, |
1574 | .get_drvinfo = get_drvinfo, | 1574 | .get_drvinfo = get_drvinfo, |
1575 | .get_settings = get_settings, | 1575 | .get_settings = get_settings, |