Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45732
b: refs/heads/master
c: 9f6d55d
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala authored and Jeff Garzik committed Jan 23, 2007
1 parent 46b2e67 commit 4db180d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: d08d283974f96cb30d78ba24282a0a7d6709af32
refs/heads/master: 9f6d55d0846dd8628fd3eac15be377c4d3493c3e
3 changes: 2 additions & 1 deletion trunk/drivers/net/phy/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd)

return 0;
}
EXPORT_SYMBOL(phy_ethtool_sset);

int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd)
{
Expand All @@ -302,7 +303,7 @@ int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd)

return 0;
}

EXPORT_SYMBOL(phy_ethtool_gset);

/* Note that this function is currently incompatible with the
* PHYCONTROL layer. It changes registers without regard to
Expand Down

0 comments on commit 4db180d

Please sign in to comment.