diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2007-01-20 17:38:26 -0500 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2007-01-23 00:51:33 -0500 |
| commit | 9f6d55d0846dd8628fd3eac15be377c4d3493c3e (patch) | |
| tree | 8c121dde147f8870d8e25f97642c528e14c04d42 | |
| parent | d08d283974f96cb30d78ba24282a0a7d6709af32 (diff) | |
PHY: Export phy ethtool helpers
We need to export phy_ethtool_gset and phy_ethtool_sset to allow drivers that
use these functions to be built as modules.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
| -rw-r--r-- | drivers/net/phy/phy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index e175f3910b18..9765fa661467 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c | |||
| @@ -286,6 +286,7 @@ int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd) | |||
| 286 | 286 | ||
| 287 | return 0; | 287 | return 0; |
| 288 | } | 288 | } |
| 289 | EXPORT_SYMBOL(phy_ethtool_sset); | ||
| 289 | 290 | ||
| 290 | int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd) | 291 | int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd) |
| 291 | { | 292 | { |
| @@ -302,7 +303,7 @@ int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd) | |||
| 302 | 303 | ||
| 303 | return 0; | 304 | return 0; |
| 304 | } | 305 | } |
| 305 | 306 | EXPORT_SYMBOL(phy_ethtool_gset); | |
| 306 | 307 | ||
| 307 | /* Note that this function is currently incompatible with the | 308 | /* Note that this function is currently incompatible with the |
| 308 | * PHYCONTROL layer. It changes registers without regard to | 309 | * PHYCONTROL layer. It changes registers without regard to |
