diff options
Diffstat (limited to 'drivers/net/tulip/tulip_core.c')
-rw-r--r-- | drivers/net/tulip/tulip_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tulip/tulip_core.c b/drivers/net/tulip/tulip_core.c index 0a339dff014e..831919a81918 100644 --- a/drivers/net/tulip/tulip_core.c +++ b/drivers/net/tulip/tulip_core.c | |||
@@ -837,7 +837,7 @@ static void tulip_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *in | |||
837 | strcpy(info->bus_info, pci_name(np->pdev)); | 837 | strcpy(info->bus_info, pci_name(np->pdev)); |
838 | } | 838 | } |
839 | 839 | ||
840 | static struct ethtool_ops ops = { | 840 | static const struct ethtool_ops ops = { |
841 | .get_drvinfo = tulip_get_drvinfo | 841 | .get_drvinfo = tulip_get_drvinfo |
842 | }; | 842 | }; |
843 | 843 | ||