projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7068a67
)
Supject: phy: make local function static
author
stephen hemminger
<shemminger@vyatta.com>
Fri, 8 Mar 2013 09:07:41 +0000
(09:07 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 9 Mar 2013 21:09:17 +0000
(16:09 -0500)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/lxt.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/lxt.c
b/drivers/net/phy/lxt.c
index
ec40ba8
..
ff2e45e
100644
(file)
--- 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)
return 0;
}
-int lxt973a2_read_status(struct phy_device *phydev)
+
static
int lxt973a2_read_status(struct phy_device *phydev)
{
int adv;
int err;