Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279490
b: refs/heads/master
c: 813abbb
h: refs/heads/master
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Jan 5, 2012
1 parent 68a0027 commit 035a648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3464645a10f80ce39bc90c5494a3e92387947818
refs/heads/master: 813abbbaa3750c561f8ed7560664e652997be3dc
4 changes: 2 additions & 2 deletions trunk/drivers/net/xen-netback/interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,15 @@ static void xenvif_get_strings(struct net_device *dev, u32 stringset, u8 * data)
}
}

static struct ethtool_ops xenvif_ethtool_ops = {
static const struct ethtool_ops xenvif_ethtool_ops = {
.get_link = ethtool_op_get_link,

.get_sset_count = xenvif_get_sset_count,
.get_ethtool_stats = xenvif_get_ethtool_stats,
.get_strings = xenvif_get_strings,
};

static struct net_device_ops xenvif_netdev_ops = {
static const struct net_device_ops xenvif_netdev_ops = {
.ndo_start_xmit = xenvif_start_xmit,
.ndo_get_stats = xenvif_get_stats,
.ndo_open = xenvif_open,
Expand Down

0 comments on commit 035a648

Please sign in to comment.