Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279493
b: refs/heads/master
c: bd601cc
h: refs/heads/master
i:
  279491: dea5bee
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Jan 5, 2012
1 parent ca3d9da commit 8b403b1
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: 9b07be4b2a78166bc54c8eedf18da8a8aafacfab
refs/heads/master: bd601cc464e1ddc041d07ba2e4c015cdb9e392ec
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/calxeda/xgmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ static void xgmac_poll_controller(struct net_device *dev)
}
#endif

struct rtnl_link_stats64 *
static struct rtnl_link_stats64 *
xgmac_get_stats64(struct net_device *dev,
struct rtnl_link_stats64 *storage)
{
Expand Down Expand Up @@ -1675,7 +1675,7 @@ static int xgmac_set_wol(struct net_device *dev,
return 0;
}

static struct ethtool_ops xgmac_ethtool_ops = {
static const struct ethtool_ops xgmac_ethtool_ops = {
.get_settings = xgmac_ethtool_getsettings,
.get_link = ethtool_op_get_link,
.get_pauseparam = xgmac_get_pauseparam,
Expand Down

0 comments on commit 8b403b1

Please sign in to comment.