diff options
author | 2008-05-23 00:05:14 -0700 | |
---|---|---|
committer | 2008-05-23 00:05:14 -0700 | |
commit | 7bece8155be133cd67c41eed2b31c60a310609de (patch) | |
tree | 906a62dcf10c1f2e6c1188a2b6e386668fcd9fe3 /drivers/net/phy/phy_device.c | |
parent | netlink: Fix nla_parse_nested_compat() to call nla_parse() directly (diff) | |
parent | fmvj18x_cs: add NextCom NC5310 rev B support (diff) | |
download | linux-dev-7bece8155be133cd67c41eed2b31c60a310609de.tar.xz linux-dev-7bece8155be133cd67c41eed2b31c60a310609de.zip |
Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
Diffstat (limited to 'drivers/net/phy/phy_device.c')
-rw-r--r-- | drivers/net/phy/phy_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c index ac3c01d28fdf..16a0e7de5888 100644 --- a/drivers/net/phy/phy_device.c +++ b/drivers/net/phy/phy_device.c @@ -207,6 +207,7 @@ int get_phy_id(struct mii_bus *bus, int addr, u32 *phy_id) return 0; } +EXPORT_SYMBOL(get_phy_id); /** * get_phy_device - reads the specified PHY device and returns its @phy_device struct |