|
@@ -995,7 +995,7 @@ static int ethoc_set_ringparam(struct net_device *dev,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-const struct ethtool_ops ethoc_ethtool_ops = {
|
|
|
+static const struct ethtool_ops ethoc_ethtool_ops = {
|
|
|
.get_regs_len = ethoc_get_regs_len,
|
|
|
.get_regs = ethoc_get_regs,
|
|
|
.nway_reset = phy_ethtool_nway_reset,
|