diff options
Diffstat (limited to 'drivers/net/sunqe.c')
-rw-r--r-- | drivers/net/sunqe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sunqe.c b/drivers/net/sunqe.c index d5c1448d587c..9202a1c369dd 100644 --- a/drivers/net/sunqe.c +++ b/drivers/net/sunqe.c | |||
@@ -718,7 +718,7 @@ static u32 qe_get_link(struct net_device *dev) | |||
718 | return (phyconfig & MREGS_PHYCONFIG_LSTAT); | 718 | return (phyconfig & MREGS_PHYCONFIG_LSTAT); |
719 | } | 719 | } |
720 | 720 | ||
721 | static struct ethtool_ops qe_ethtool_ops = { | 721 | static const struct ethtool_ops qe_ethtool_ops = { |
722 | .get_drvinfo = qe_get_drvinfo, | 722 | .get_drvinfo = qe_get_drvinfo, |
723 | .get_link = qe_get_link, | 723 | .get_link = qe_get_link, |
724 | }; | 724 | }; |