aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/phy')
-rw-r--r--drivers/net/phy/lxt.c2
-rw-r--r--drivers/net/phy/vitesse.c3
2 files changed, 2 insertions, 3 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
162int lxt973a2_read_status(struct phy_device *phydev) 162static int lxt973a2_read_status(struct phy_device *phydev)
163{ 163{
164 int adv; 164 int adv;
165 int err; 165 int err;
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{