]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
phy: vitesse make vsc824x_add_skew static
authorstephen hemminger <shemminger@vyatta.com>
Fri, 8 Mar 2013 09:07:42 +0000 (09:07 +0000)
committerDavid 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

index 2585c383e623550e5142288e898812ba6aadd27c..3492b53912731eae9407fe6dbb15468d35429263 100644 (file)
@@ -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)
 {