Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286668
b: refs/heads/master
c: b2f0f6b
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Jan 19, 2012
1 parent ebe535e commit 271d1fd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6e861326b1d78bb439c0724864a6ca83ec23d289
refs/heads/master: b2f0f6bb874df645766930e0f023a208d93c12cd
3 changes: 1 addition & 2 deletions trunk/drivers/net/ethernet/intel/igbvf/ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,5 @@ static const struct ethtool_ops igbvf_ethtool_ops = {

void igbvf_set_ethtool_ops(struct net_device *netdev)
{
/* have to "undeclare" const on this struct to remove warnings */
SET_ETHTOOL_OPS(netdev, (struct ethtool_ops *)&igbvf_ethtool_ops);
SET_ETHTOOL_OPS(netdev, &igbvf_ethtool_ops);
}

0 comments on commit 271d1fd

Please sign in to comment.