diff options
Diffstat (limited to 'drivers/firewire')
-rw-r--r-- | drivers/firewire/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/net.c b/drivers/firewire/net.c index d923d1dc458f..84edc8b84c62 100644 --- a/drivers/firewire/net.c +++ b/drivers/firewire/net.c | |||
@@ -1342,7 +1342,7 @@ static void fwnet_get_drvinfo(struct net_device *net, | |||
1342 | strcpy(info->bus_info, "ieee1394"); | 1342 | strcpy(info->bus_info, "ieee1394"); |
1343 | } | 1343 | } |
1344 | 1344 | ||
1345 | static struct ethtool_ops fwnet_ethtool_ops = { | 1345 | static const struct ethtool_ops fwnet_ethtool_ops = { |
1346 | .get_drvinfo = fwnet_get_drvinfo, | 1346 | .get_drvinfo = fwnet_get_drvinfo, |
1347 | }; | 1347 | }; |
1348 | 1348 | ||