diff options
author | stephen hemminger <shemminger@vyatta.com> | 2013-03-08 04:07:41 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-09 16:09:17 -0500 |
commit | 199453339d7bc0d9bdb548854eb7e62ac33b9296 (patch) | |
tree | 37b86cf2d6c7f65ffeb616d07b388f9797cb95b1 /drivers/net/phy | |
parent | 7068a67581dced3408d9906afacdeea732c61961 (diff) |
Supject: phy: make local function static
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy')
-rw-r--r-- | drivers/net/phy/lxt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/lxt.c b/drivers/net/phy/lxt.c index ec40ba882f61..ff2e45e9cb54 100644 --- a/drivers/net/phy/lxt.c +++ b/drivers/net/phy/lxt.c | |||
@@ -159,7 +159,7 @@ static int lxt973a2_update_link(struct phy_device *phydev) | |||
159 | return 0; | 159 | return 0; |
160 | } | 160 | } |
161 | 161 | ||
162 | int lxt973a2_read_status(struct phy_device *phydev) | 162 | static int lxt973a2_read_status(struct phy_device *phydev) |
163 | { | 163 | { |
164 | int adv; | 164 | int adv; |
165 | int err; | 165 | int err; |