projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1994533
)
phy: vitesse make vsc824x_add_skew static
author
stephen hemminger
<shemminger@vyatta.com>
Fri, 8 Mar 2013 09:07:42 +0000
(09:07 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 9 Mar 2013 21:09:17 +0000
(16:09 -0500)
Function is only used in this file, should be static and not
an exported symbol.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/vitesse.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/phy/vitesse.c
b/drivers/net/phy/vitesse.c
index 2585c383e623550e5142288e898812ba6aadd27c..3492b53912731eae9407fe6dbb15468d35429263 100644
(file)
--- a/
drivers/net/phy/vitesse.c
+++ b/
drivers/net/phy/vitesse.c
@@
-61,7
+61,7
@@
MODULE_DESCRIPTION("Vitesse PHY driver");
MODULE_AUTHOR("Kriston Carson");
MODULE_LICENSE("GPL");
-int vsc824x_add_skew(struct phy_device *phydev)
+
static
int vsc824x_add_skew(struct phy_device *phydev)
{
int err;
int extcon;
@@
-81,7
+81,6
@@
int vsc824x_add_skew(struct phy_device *phydev)
return err;
}
-EXPORT_SYMBOL(vsc824x_add_skew);
static int vsc824x_config_init(struct phy_device *phydev)
{