aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/phy/vitesse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/phy/vitesse.c b/drivers/net/phy/vitesse.c
index 2585c383e623..3492b5391273 100644
--- a/drivers/net/phy/vitesse.c
+++ b/drivers/net/phy/vitesse.c
@@ -61,7 +61,7 @@ MODULE_DESCRIPTION("Vitesse PHY driver");
61MODULE_AUTHOR("Kriston Carson"); 61MODULE_AUTHOR("Kriston Carson");
62MODULE_LICENSE("GPL"); 62MODULE_LICENSE("GPL");
63 63
64int vsc824x_add_skew(struct phy_device *phydev) 64static int vsc824x_add_skew(struct phy_device *phydev)
65{ 65{
66 int err; 66 int err;
67 int extcon; 67 int extcon;
@@ -81,7 +81,6 @@ int vsc824x_add_skew(struct phy_device *phydev)
81 81
82 return err; 82 return err;
83} 83}
84EXPORT_SYMBOL(vsc824x_add_skew);
85 84
86static int vsc824x_config_init(struct phy_device *phydev) 85static int vsc824x_config_init(struct phy_device *phydev)
87{ 86{