drivers/net: const-ify ethtool_ops declarations

Signed-off-by: Jeff Garzik <jeff@garzik.org>
Šī revīzija ir iekļauta:
Jeff Garzik
2006-09-13 14:30:00 -04:00
vecāks 76fd859370
revīzija 7282d491ec
106 mainīti faili ar 163 papildinājumiem un 178 dzēšanām

Parādīt failu

@@ -718,7 +718,7 @@ static u32 qe_get_link(struct net_device *dev)
return (phyconfig & MREGS_PHYCONFIG_LSTAT);
}
static struct ethtool_ops qe_ethtool_ops = {
static const struct ethtool_ops qe_ethtool_ops = {
.get_drvinfo = qe_get_drvinfo,
.get_link = qe_get_link,
};